DS3 C SDK  4.1.0
Provides access to the Spectra S3 API with C
Data Fields
ds3_active_job_response Struct Reference

#include <ds3.h>

Data Fields

ds3_bool aggregating
 
ds3_strbucket_id
 
uint64_t cached_size_in_bytes
 
ds3_job_chunk_client_processing_order_guarantee chunk_client_processing_order_guarantee
 
uint64_t completed_size_in_bytes
 
ds3_strcreated_at
 
ds3_bool dead_job_cleanup_allowed
 
ds3_strerror_message
 
ds3_strid
 
ds3_bool implicit_job_id_resolution
 
ds3_bool minimize_spanning_across_media
 
ds3_bool naked
 
ds3_strname
 
uint64_t original_size_in_bytes
 
ds3_priority priority
 
ds3_strrechunked
 
ds3_bool replicating
 
ds3_job_request_type request_type
 
ds3_bool truncated
 
ds3_bool truncated_due_to_timeout
 
ds3_struser_id
 
ds3_bool verify_after_write
 

Detailed Description

Definition at line 789 of file ds3.h.

Field Documentation

◆ aggregating

ds3_bool aggregating

Definition at line 790 of file ds3.h.

◆ bucket_id

ds3_str* bucket_id

Definition at line 791 of file ds3.h.

◆ cached_size_in_bytes

uint64_t cached_size_in_bytes

Definition at line 792 of file ds3.h.

◆ chunk_client_processing_order_guarantee

ds3_job_chunk_client_processing_order_guarantee chunk_client_processing_order_guarantee

Definition at line 793 of file ds3.h.

◆ completed_size_in_bytes

uint64_t completed_size_in_bytes

Definition at line 794 of file ds3.h.

◆ created_at

ds3_str* created_at

Definition at line 795 of file ds3.h.

◆ dead_job_cleanup_allowed

ds3_bool dead_job_cleanup_allowed

Definition at line 796 of file ds3.h.

◆ error_message

ds3_str* error_message

Definition at line 797 of file ds3.h.

◆ id

ds3_str* id

Definition at line 798 of file ds3.h.

◆ implicit_job_id_resolution

ds3_bool implicit_job_id_resolution

Definition at line 799 of file ds3.h.

◆ minimize_spanning_across_media

ds3_bool minimize_spanning_across_media

Definition at line 800 of file ds3.h.

◆ naked

ds3_bool naked

Definition at line 801 of file ds3.h.

◆ name

ds3_str* name

Definition at line 802 of file ds3.h.

◆ original_size_in_bytes

uint64_t original_size_in_bytes

Definition at line 803 of file ds3.h.

◆ priority

ds3_priority priority

Definition at line 804 of file ds3.h.

◆ rechunked

ds3_str* rechunked

Definition at line 805 of file ds3.h.

◆ replicating

ds3_bool replicating

Definition at line 806 of file ds3.h.

◆ request_type

ds3_job_request_type request_type

Definition at line 807 of file ds3.h.

◆ truncated

ds3_bool truncated

Definition at line 808 of file ds3.h.

◆ truncated_due_to_timeout

ds3_bool truncated_due_to_timeout

Definition at line 809 of file ds3.h.

◆ user_id

ds3_str* user_id

Definition at line 810 of file ds3.h.

◆ verify_after_write

ds3_bool verify_after_write

Definition at line 811 of file ds3.h.


The documentation for this struct was generated from the following file: