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

    Interface ListBucketsExtendedCommandOutput

    interface ListBucketsExtendedCommandOutput {
        IsTruncated?: boolean;
        Marker?: string;
        NextMarker?: string;
        Buckets?: Bucket[];
        Owner?: Owner;
    }

    Hierarchy (View Summary)

    Index

    Properties

    IsTruncated?: boolean

    Indicates whether more results are available.

    Marker?: string

    Echo of the marker used to request this page (if any).

    NextMarker?: string

    When the response is truncated, this element contains the marker that should be used for the next request.

    Buckets?: Bucket[]

    Container of buckets.

    Owner?: Owner

    Owner information for the buckets.