Class Completes3uploadBody
Namespace: Autodesk.Oss.Model
Assembly: Autodesk.Oss.dll
The request payload for a Complete Upload to S3 Signed URL operation.
[DataContract]
public class Completes3uploadBody
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
Completes3uploadBody()
Initializes a new instance of the
public Completes3uploadBody()
Properties
Size
The expected size of the object. If provided, OSS will check this against the object in S3 and return an error if the size does not match.
[DataMember(Name = "size", EmitDefaultValue = false)]
public int? Size { get; set; }
Property Value
int ?
UploadKey
The ID uniquely identifying the upload session that was returned when you called Get S3 Signed Upload URL .
[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.