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

    Interface ListDirectoryBucketsOutput

    interface ListDirectoryBucketsOutput {
        Buckets?: Bucket[];
        ContinuationToken?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Buckets?: Bucket[]

    The list of buckets owned by the requester.

    ContinuationToken?: string

    If ContinuationToken was sent with the request, it is included in the response. You can use the returned ContinuationToken for pagination of the list response.