StartBulkVolumeWriteRequestFormat Property |
The format of the volume data. It can be either of the following formats:
uncompressed: Every byte of the volume is returned without any compression.
native: Opaque data is returned that is smaller and more efficiently stored and written on a subsequent bulk
volume write.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public string Format { get; set; }
Property Value
Type:
StringSee Also