Class BucketQuota
Specifies bucket quota.
Namespace: Neon.Kube.Resources.Minio
Assembly: Neon.Kube.Resources.dll
Syntax
public class BucketQuota
Properties
Hard
Sets a maximum limit to the bucket storage size. The MinIO server rejects any incoming PUT request whose contents would exceed the bucket’s configured quota.
Declaration
public bool Hard { get; set; }
Property Value
Type | Description |
---|---|
bool |
Limit
The quota limit.
Declaration
public string Limit { get; set; }
Property Value
Type | Description |
---|---|
string |