BucketListOptions
type BucketListOptions = { prefix?: string;};Defined in: client/src/buckets/buckets.ts:19
Narrows a listing to the keys starting with prefix.
Properties
Section titled “Properties”prefix?
Section titled “prefix?”optional prefix?: string;Defined in: client/src/buckets/buckets.ts:20