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

#include <ds3.h>

Data Fields

ds3_strbucket_id
 
uint64_t cached_size_in_bytes
 
ds3_bool canceled_due_to_timeout
 
ds3_job_chunk_client_processing_order_guarantee chunk_client_processing_order_guarantee
 
uint64_t completed_size_in_bytes
 
ds3_strcreated_at
 
ds3_strdate_canceled
 
ds3_strerror_message
 
ds3_strid
 
ds3_bool naked
 
ds3_strname
 
uint64_t original_size_in_bytes
 
ds3_priority priority
 
ds3_strrechunked
 
ds3_job_request_type request_type
 
ds3_bool truncated
 
ds3_struser_id
 

Detailed Description

Definition at line 664 of file ds3.h.

Field Documentation

◆ bucket_id

ds3_str* bucket_id

Definition at line 665 of file ds3.h.

◆ cached_size_in_bytes

uint64_t cached_size_in_bytes

Definition at line 666 of file ds3.h.

◆ canceled_due_to_timeout

ds3_bool canceled_due_to_timeout

Definition at line 667 of file ds3.h.

◆ chunk_client_processing_order_guarantee

ds3_job_chunk_client_processing_order_guarantee chunk_client_processing_order_guarantee

Definition at line 668 of file ds3.h.

◆ completed_size_in_bytes

uint64_t completed_size_in_bytes

Definition at line 669 of file ds3.h.

◆ created_at

ds3_str* created_at

Definition at line 670 of file ds3.h.

◆ date_canceled

ds3_str* date_canceled

Definition at line 671 of file ds3.h.

◆ error_message

ds3_str* error_message

Definition at line 672 of file ds3.h.

◆ id

ds3_str* id

Definition at line 673 of file ds3.h.

◆ naked

ds3_bool naked

Definition at line 674 of file ds3.h.

◆ name

ds3_str* name

Definition at line 675 of file ds3.h.

◆ original_size_in_bytes

uint64_t original_size_in_bytes

Definition at line 676 of file ds3.h.

◆ priority

ds3_priority priority

Definition at line 677 of file ds3.h.

◆ rechunked

ds3_str* rechunked

Definition at line 678 of file ds3.h.

◆ request_type

ds3_job_request_type request_type

Definition at line 679 of file ds3.h.

◆ truncated

ds3_bool truncated

Definition at line 680 of file ds3.h.

◆ user_id

ds3_str* user_id

Definition at line 681 of file ds3.h.


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