module:model/ChunkedUploadPart

module:model/ChunkedUploadPart

new module:model/ChunkedUploadPart()

Source:

Constructs a new ChunkedUploadPart.
An object that contains information about the chunked upload part.

Members

(inner) sequence :String

Source:
Type:
  • String

(inner) size :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/ChunkedUploadPart}

Source:

Constructs a ChunkedUploadPart 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/ChunkedUploadPart

Optional instance to populate.

Returns:

The populated ChunkedUploadPart instance.

Type
module:model/ChunkedUploadPart