Documentation ¶
Index ¶
- Constants
- Variables
- type BucketsCreateParams
- type BucketsDeleteParams
- type BucketsListParams
- type BucketsUpdateParams
- type Client
- func (c Client) Create(ctx context.Context, params *BucketsCreateParams) error
- func (c Client) Delete(ctx context.Context, params *BucketsDeleteParams) error
- func (c Client) List(ctx context.Context, params *BucketsListParams) error
- func (c Client) Update(ctx context.Context, params *BucketsUpdateParams) error
Constants ¶
View Source
const InfiniteRetention = 0
Variables ¶
View Source
var ErrMustSpecifyOrgDeleteByName = fmt.Errorf("%s when deleting a bucket by name", clients.ErrMustSpecifyOrg)
Functions ¶
This section is empty.
Types ¶
type BucketsCreateParams ¶
type BucketsDeleteParams ¶
type BucketsDeleteParams struct {
clients.OrgBucketParams
}
type BucketsListParams ¶
type BucketsListParams struct { clients.OrgBucketParams Limit int Offset int PageSize int }
type BucketsUpdateParams ¶
type BucketsUpdateParams struct { clients.BucketParams Description string Retention string ShardGroupDuration string }
Click to show internal directories.
Click to hide internal directories.