DataFormat Enumeration |
Namespace: Couchbase.Core.IO.Operations
public enum DataFormat
| Member name | Value | Description | |
|---|---|---|---|
| Reserved | 0 | Reserved bit position to avoid zeroing out upper 8 bits | |
| Private | 1 | Used for SDK specific encodings | |
| Json | 2 | Encode as Json | |
| Binary | 3 | Store as raw binary format | |
| String | 4 | Store as a UTF8 string |