Request

Response

    Interface: ObjectDetails

    Defined in: model/objectDetails.ts:8

    Represents an object within a bucket.

    Export

    ObjectDetails

    Properties

    bucketKey?

    optional bucketKey: string Defined in: model/objectDetails.ts:14

    The bucket key of the bucket that contains the object.

    Memberof

    ObjectDetails


    contentType?

    optional contentType: string Defined in: model/objectDetails.ts:44

    The format of the data stored within the object, expressed as a MIME type.

    Memberof

    ObjectDetails


    location?

    optional location: string Defined in: model/objectDetails.ts:50

    A URL that points to the actual location of the object.

    Memberof

    ObjectDetails


    objectId?

    optional objectId: string Defined in: model/objectDetails.ts:20

    An identifier (URN) that uniquely and persistently identifies the object.

    Memberof

    ObjectDetails


    objectKey?

    optional objectKey: string Defined in: model/objectDetails.ts:26

    A URL-encoded human friendly name to identify the object.

    Memberof

    ObjectDetails


    sha1?

    optional sha1: string Defined in: model/objectDetails.ts:32

    A hash value computed from the data of the object.

    Memberof

    ObjectDetails


    size?

    optional size: number Defined in: model/objectDetails.ts:38

    The total amount of storage space occupied by the object, in bytes.

    Memberof

    ObjectDetails