CreateVolumeRequestFifoSize Property |
Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.
Note that FIFO and non-FIFO snapshots both use the same pool of available snapshot slots on a volume.
Use this option to limit FIFO snapshot consumption of the available snapshot slots.
If unspecified, a default value of 24 will be used.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public Nullable<long> FifoSize { get; set; }
Property Value
Type:
NullableInt64See Also