DataEncodingHint 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.
Specifies the hint for data encoding.
public enum DataEncodingHint
type DataEncodingHint =
Public Enum DataEncodingHint
- Inheritance
-
DataEncodingHint
Fields
Name | Value | Description |
---|---|---|
AutomaticEncoding | 0 | Specifies the automatic encoding. |
ValueEncoding | 1 | Specifies the value encoding. |
HashEncoding | 2 | Specifies the hash encoding. |