Enum PolicyKey
Namespace: Autodesk.Oss.Model
Assembly: Autodesk.Oss.dll
Specifies the retention policy for the objects stored in the bucket. Possible values are:
transient
- Objects are retained for 24 hours.temporary
- Objects are retained for 30 days.persistent
- Objects are retained until they are deleted.
[JsonConverter(typeof(StringEnumConverter))]
public enum PolicyKey
Fields
Persistent = 2
Enum Persistent for value: persistent
Temporary = 1
Enum Temporary for value: temporary
Transient = 0
Enum Transient for value: transient