BucketFilter

A filter builder for Storage.listBuckets

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Represents the available columns for sorting bucket results.

Properties

Link copied to clipboard
var limit: Int?

The maximum number of buckets to return. If null, no limit is applied.

Link copied to clipboard
var offset: Int?

The number of buckets to skip before returning results. Useful for pagination.

Link copied to clipboard

A search query to filter buckets by name. If null, no search filter is applied.

Functions

Link copied to clipboard

Sets the sorting criteria for the bucket list results