Couchbase .NET SDK | 3.7.2
Search Results for

    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

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.