Enum DataFormat
Specifies the formatting of data across all SDKs
Namespace: Couchbase.Core.IO.Operations
Assembly: Couchbase.NetClient.dll
Syntax
public enum DataFormat : byte
Fields
| Name | Description |
|---|---|
| Binary | Store as raw binary format |
| Json | Encode as Json |
| Private | Used for SDK specific encodings |
| Reserved | Reserved bit position to avoid zeroing out upper 8 bits |
| String | Store as a UTF8 string |