Class Batchsigneds3uploadObjectRequests
Namespace: Autodesk.Oss.Model
Assembly: Autodesk.Oss.dll
Batchsigneds3uploadObjectRequests
[DataContract]
public class Batchsigneds3uploadObjectRequests
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
Batchsigneds3uploadObjectRequests()
Initializes a new instance of the
public Batchsigneds3uploadObjectRequests()
Properties
FirstPart
The index of first chunk to be uploaded.
[DataMember(Name = "firstPart", EmitDefaultValue = false)]
public int? FirstPart { get; set; }
Property Value
int ?
ObjectKey
A URL-encoded human friendly name of the object to upload.
[DataMember(Name = "objectKey", EmitDefaultValue = false)]
public string ObjectKey { get; set; }
Property Value
Parts
The number of parts you intend to chunk the object for uploading. OSS will return that many signed URLs, one URL for each chunk. If you do not specify a value you’ll get only one URL to upload the entire object.
[DataMember(Name = "parts", EmitDefaultValue = false)]
public int? Parts { get; set; }
Property Value
int ?
UploadKey
The uploadKey
of a previously-initiated upload, in order to request more chunk upload URLs for the same upload. If you do not specify a value, OSS will initiate a new upload entirely.
[DataMember(Name = "uploadKey", EmitDefaultValue = false)]
public string UploadKey { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.