new module:model/ChunkedUploadResponse()
- Source:
Constructs a new ChunkedUploadResponse
.
This response object is returned after you upload a chunked upload.
Members
(inner) checksum :String
- Source:
Type:
- String
(inner) chunkedUploadId :String
- Source:
Type:
- String
(inner) chunkedUploadParts :Array.<module:model/ChunkedUploadPart>
- Source:
Type:
- Array.<module:model/ChunkedUploadPart>
(inner) chunkedUploadUri :String
- Source:
Type:
- String
(inner) committed :String
- Source:
Type:
- String
(inner) expirationDateTime :String
- Source:
Type:
- String
(inner) maxChunkedUploadParts :String
- Source:
Type:
- String
(inner) maxTotalSize :String
- Source:
Type:
- String
(inner) totalSize :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ChunkedUploadResponse}
- Source:
Constructs a ChunkedUploadResponse
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/ChunkedUploadResponse | Optional instance to populate. |
Returns:
The populated ChunkedUploadResponse
instance.