@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface ListBucketsRequest

    Request parameters for the b2_list_buckets API call.

    interface ListBucketsRequest {
        accountId: AccountId;
        bucketId?: BucketId;
        bucketName?: string;
        bucketTypes?: readonly BucketType[];
    }
    Index

    Properties

    accountId: AccountId

    Account whose buckets to list.

    bucketId?: BucketId

    Optional filter to return only the bucket with this ID.

    bucketName?: string

    Optional filter to return only the bucket with this name.

    bucketTypes?: readonly BucketType[]

    Optional filter to return only buckets of these types.