Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

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

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.