DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.ChunkedUploadResponse Class Reference

This response object is returned after you upload a chunked upload. More...

Inheritance diagram for DocuSign.eSign.Model.ChunkedUploadResponse:

Public Member Functions

 ChunkedUploadResponse (string Checksum=default(string), string ChunkedUploadId=default(string), List< ChunkedUploadPart > ChunkedUploadParts=default(List< ChunkedUploadPart >), string ChunkedUploadUri=default(string), string Committed=default(string), string ExpirationDateTime=default(string), string MaxChunkedUploadParts=default(string), string MaxTotalSize=default(string), string TotalSize=default(string))
 Initializes a new instance of the ChunkedUploadResponse class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (ChunkedUploadResponse other)
 Returns true if ChunkedUploadResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Checksum [get, set]
 Gets or Sets Checksum More...
 
string ChunkedUploadId [get, set]
 Gets or Sets ChunkedUploadId More...
 
List< ChunkedUploadPartChunkedUploadParts [get, set]
 Gets or Sets ChunkedUploadParts More...
 
string ChunkedUploadUri [get, set]
 Gets or Sets ChunkedUploadUri More...
 
string Committed [get, set]
 Gets or Sets Committed More...
 
string ExpirationDateTime [get, set]
 Gets or Sets ExpirationDateTime More...
 
string MaxChunkedUploadParts [get, set]
 Gets or Sets MaxChunkedUploadParts More...
 
string MaxTotalSize [get, set]
 Gets or Sets MaxTotalSize More...
 
string TotalSize [get, set]
 Gets or Sets TotalSize More...
 

Detailed Description

This response object is returned after you upload a chunked upload.

Constructor & Destructor Documentation

◆ ChunkedUploadResponse()

DocuSign.eSign.Model.ChunkedUploadResponse.ChunkedUploadResponse ( string  Checksum = default(string),
string  ChunkedUploadId = default(string),
List< ChunkedUploadPart ChunkedUploadParts = default(List<ChunkedUploadPart>),
string  ChunkedUploadUri = default(string),
string  Committed = default(string),
string  ExpirationDateTime = default(string),
string  MaxChunkedUploadParts = default(string),
string  MaxTotalSize = default(string),
string  TotalSize = default(string) 
)
inline

Initializes a new instance of the ChunkedUploadResponse class.

Parameters
ChecksumChecksum.
ChunkedUploadIdChunkedUploadId.
ChunkedUploadPartsChunkedUploadParts.
ChunkedUploadUriChunkedUploadUri.
CommittedCommitted.
ExpirationDateTimeExpirationDateTime.
MaxChunkedUploadPartsMaxChunkedUploadParts.
MaxTotalSizeMaxTotalSize.
TotalSizeTotalSize.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.ChunkedUploadResponse.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.ChunkedUploadResponse.Equals ( ChunkedUploadResponse  other)
inline

Returns true if ChunkedUploadResponse instances are equal

Parameters
otherInstance of ChunkedUploadResponse to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.ChunkedUploadResponse.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.ChunkedUploadResponse.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.ChunkedUploadResponse.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Checksum

string DocuSign.eSign.Model.ChunkedUploadResponse.Checksum
getset

Gets or Sets Checksum

◆ ChunkedUploadId

string DocuSign.eSign.Model.ChunkedUploadResponse.ChunkedUploadId
getset

Gets or Sets ChunkedUploadId

◆ ChunkedUploadParts

List<ChunkedUploadPart> DocuSign.eSign.Model.ChunkedUploadResponse.ChunkedUploadParts
getset

Gets or Sets ChunkedUploadParts

◆ ChunkedUploadUri

string DocuSign.eSign.Model.ChunkedUploadResponse.ChunkedUploadUri
getset

Gets or Sets ChunkedUploadUri

◆ Committed

string DocuSign.eSign.Model.ChunkedUploadResponse.Committed
getset

Gets or Sets Committed

◆ ExpirationDateTime

string DocuSign.eSign.Model.ChunkedUploadResponse.ExpirationDateTime
getset

Gets or Sets ExpirationDateTime

◆ MaxChunkedUploadParts

string DocuSign.eSign.Model.ChunkedUploadResponse.MaxChunkedUploadParts
getset

Gets or Sets MaxChunkedUploadParts

◆ MaxTotalSize

string DocuSign.eSign.Model.ChunkedUploadResponse.MaxTotalSize
getset

Gets or Sets MaxTotalSize

◆ TotalSize

string DocuSign.eSign.Model.ChunkedUploadResponse.TotalSize
getset

Gets or Sets TotalSize


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