Namespace Autodesk.DataManagement.OSS.Models
Classes
- Batchcompleteupload_response_results
A map of the returned results; each key in the map corresponds to an object key in the batch, and the value includes the results for that object.
- Buckets
buckets json response
- Create_buckets_payload
Bucket Payload Body Structure
- Create_object_signed
Object Signed Object json response
- ObjectDetails
Object json response
- ObjectFullDetails
Object Details json response
- Reason
reason for failure
- Signeds3download_response_params
The values for the updatable params that were used in the creation of the returned S3 signed URL --
Content-Type
,Content-Disposition
, andCache-Control
.
- Signeds3download_response_urls
A map of S3 signed URLs, one for each chunk of an unmerged resumable upload. This attribute is returned when
status
ischunked
. The key of each entry is the byte range of the total file which the chunk comprises.
Enums
- Buckets_items_policyKey
Policy values:
transient
,temporary
orpersistent
- Create_buckets_payload_allow_access
Acceptable values:
full
orread
- Create_buckets_payload_policyKey
Data retention policyAcceptable values:
transient
,temporary
orpersistent
- Signeds3download_response_status
Indicates the status of the object.
complete
indicates a raw upload or merged resumable upload;chunked
indicates an unmerged resumable upload where the user providepublic-resource-fallback
=false
;fallback
indicates an unmerged resumable upload where the user providespublic-resource-fallback
=true
.