Class: module:model/ObjectFullDetails

module:model/ObjectFullDetails(theData, obj)

new module:model/ObjectFullDetails(theData, obj)

Constructs a new ObjectFullDetails. Object Details json response

Parameters:
Name Type Description
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/ObjectFullDetails

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a ObjectFullDetails 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.

Source:

(inner) blockSizes :Array.<Integer>

For delta-encoding. Represents whether a signature exists at a specific block size

Type:
  • Array.<Integer>
Source:

(inner) bucketKey :String

Bucket key

Type:
  • String
Source:

(inner) contentType :String

Object content-type

Type:
  • String
Source:

(inner) deltas :Array.<module:model/ObjectFullDetailsDeltas>

Patch files available for download related to this object

Type:
Source:

(inner) location :String

URL to download the object

Type:
  • String
Source:

(inner) objectId :String

Object URN

Type:
  • String
Source:

(inner) objectKey :String

Object name

Type:
  • String
Source:

(inner) sha1 :String

Object SHA1

Type:
  • String
Source:

(inner) size :Integer

Object size

Type:
  • Integer
Source: