Enum EncodingHintType
Encoding hint to suggest whether a column should use hash encoding.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum EncodingHintType
Remarks
This enum is only supported when the compatibility level of the database is at 1400 or above.
Fields
Name | Description |
---|---|
Default | Default behavior - the server will automatically decide which encoding to use |
Hash | Hash encoding |
Value | Value encoding |