IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface GetObjectAttributesCommandOutput

    interface GetObjectAttributesCommandOutput {
        DeleteMarker?: boolean;
        LastModified?: Date;
        VersionId?: string;
        RequestCharged?: "requester";
        ETag?: string;
        Checksum?: Checksum;
        ObjectParts?: GetObjectAttributesParts;
        StorageClass?: StorageClass;
        ObjectSize?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    DeleteMarker?: boolean

    Specifies whether the object retrieved was (true) or was not (false) a delete marker. If false, this response header does not appear in the response. To learn more about delete markers, see Working with delete markers.

    This functionality is not supported for directory buckets.

    LastModified?: Date

    Date and time when the object was last modified.

    VersionId?: string

    The version ID of the object.

    This functionality is not supported for directory buckets.

    RequestCharged?: "requester"

    If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.

    This functionality is not supported for directory buckets.

    ETag?: string

    An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.

    Checksum?: Checksum

    The checksum or digest of the object.

    A collection of parts associated with a multipart upload.

    StorageClass?: StorageClass

    Provides the storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects.

    For more information, see Storage Classes.

    Directory buckets - Directory buckets only support EXPRESS_ONEZONE (the S3 Express One Zone storage class) in Availability Zones and ONEZONE_IA (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.

    ObjectSize?: number

    The size of the object in bytes.