Skip to content

BucketListOptions

type BucketListOptions = {
prefix?: string;
};

Defined in: client/src/buckets/buckets.ts:19

Narrows a listing to the keys starting with prefix.

optional prefix?: string;

Defined in: client/src/buckets/buckets.ts:20