Interface: ObjectFullDetails
Defined in: model/objectFullDetails.ts:8
Represents detailed information about an object within a bucket.
Export
ObjectFullDetails
Properties
bucketKey?
optional
bucketKey:string
Defined in: model/objectFullDetails.ts:14
The bucket key of the bucket that contains the object.
Memberof
ObjectFullDetails
contentType?
optional
contentType:string
Defined in: model/objectFullDetails.ts:44
The format of the data stored within the object, expressed as a MIME type.
Memberof
ObjectFullDetails
createdDate?
optional
createdDate:number
Defined in: model/objectFullDetails.ts:56
The time the object was created, represented as a Unix timestamp. Only returned if explicitly requested using the with
query string parameter.
Memberof
ObjectFullDetails
lastAccessedDate?
optional
lastAccessedDate:number
Defined in: model/objectFullDetails.ts:62
The time the object was last accessed, represented as a Unix timestamp. Only returned if explicitly requested using the with
query string parameter.
Memberof
ObjectFullDetails
lastModifiedDate?
optional
lastModifiedDate:number
Defined in: model/objectFullDetails.ts:68
The time the object was most recently modified, represented as a Unix timestamp. Only returned if explicitly requested using the with
query string parameter.
Memberof
ObjectFullDetails
location?
optional
location:string
Defined in: model/objectFullDetails.ts:50
A URL that points to the actual location of the object.
Memberof
ObjectFullDetails
objectId?
optional
objectId:string
Defined in: model/objectFullDetails.ts:20
An identifier (URN) that uniquely and persistently identifies the object.
Memberof
ObjectFullDetails
objectKey?
optional
objectKey:string
Defined in: model/objectFullDetails.ts:26
A URL-encoded human friendly name to identify the object.
Memberof
ObjectFullDetails
sha1?
optional
sha1:string
Defined in: model/objectFullDetails.ts:32
A hash value computed from the data of the object.
Memberof
ObjectFullDetails
size?
optional
size:number
Defined in: model/objectFullDetails.ts:38
The total amount of storage space occupied by the object, in bytes.
Memberof
ObjectFullDetails
userDefinedMetadata?
optional
userDefinedMetadata:string
Defined in: model/objectFullDetails.ts:74
Any custom metadata, if available. Only returned if explicitly requested for using the with
query string parameter.
Memberof
ObjectFullDetails