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

    Interface ListBucketsExtendedCommandInput

    interface ListBucketsExtendedCommandInput {
        IBMServiceInstanceId?: string;
        Marker?: string;
        MaxKeys?: number;
        Prefix?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    IBMServiceInstanceId?: string

    IBM Cloud Service Instance ID associated with the request.

    Sent as: Ibm-Service-Instance-Id

    Marker?: string

    Pagination marker.

    MaxKeys?: number

    Max number of buckets to return.

    Prefix?: string

    Filter by bucket name prefix.