DataFormat EnumerationCouchbase .NET SDK 2.0
Specifies the formatting of data across all SDKs

Namespace: Couchbase.IO.Operations
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum DataFormat
Members
  Member nameValueDescription
Reserved0 Reserved bit position to avoid zeroing out upper 8 bits
Private1 Used for SDK specific encodings
Json2 Encode as Json
Binary3 Store as raw binary format
String4 Store as a UTF8 string
See Also