Class RetentionSpec
Imposes rules to prevent object deletion for a period of time.
Namespace: Neon.Kube.Resources.Minio
Assembly: Neon.Kube.Resources.dll
Syntax
public class RetentionSpec
Properties
Mode
The RetentionMode.
Declaration
public RetentionMode Mode { get; set; }
Property Value
Type | Description |
---|---|
RetentionMode |
Validity
The retention period in days.
Declaration
public long Validity { get; set; }
Property Value
Type | Description |
---|---|
long |