CopyCommandCompressionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compression type supported by copy command.
public enum CopyCommandCompressionType
type CopyCommandCompressionType =
Public Enum CopyCommandCompressionType
- Inheritance
-
CopyCommandCompressionType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No compression. |
Gzip | 1 | Gzip compression. |
DefaultCodec | 2 | Default codec. |
Snappy | 3 | Snappy codec. |