CreateGroupSnapshotRequestExpirationTime Property |
Specify the time after which the snapshot can be removed. Cannot be used with retention.
If neither 'expirationTime' nor 'retention' is specified, the group snapshot will be retained until
manually deleted.
The format is:
ISO 8601 date string for time based expiration, otherwise it will not expire.
'null' is the snapshot is to be retained permanently.
'fifo' causes the snapshot to be preserved on a First-In-First-Out basis, relative to other FIFO
snapshots on the volume. The API will fail if no FIFO space is available
Warning: Due to a bug, 'expirationTime' does not work correctly prior to magnesium-patch5. Use 'retention' instead.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public string ExpirationTime { get; set; }
Property Value
Type:
StringSee Also