Table of Contents

Enum Signeds3download_response_status

Namespace
Autodesk.DataManagement.OSS.Models
Assembly
Autodesk.DataManagement.dll

Indicates the status of the object. complete indicates a raw upload or merged resumable upload; chunked indicates an unmerged resumable upload where the user provide public-resource-fallback=false; fallback indicates an unmerged resumable upload where the user provides public-resource-fallback=true.

public enum Signeds3download_response_status

Fields

[EnumMember(Value = "chunked")] Chunked = 1
[EnumMember(Value = "complete")] Complete = 0
[EnumMember(Value = "fallback")] Fallback = 2