Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class BucketCapabilities

    Inheritance
    object
    BucketCapabilities
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Core.Configuration.Server
    Assembly: Couchbase.NetClient.dll
    Syntax
    public static class BucketCapabilities

    Fields

    | Edit this page View Source

    CBHELLO

    Declaration
    public const string CBHELLO = "cbhello"
    Field Value
    Type Description
    string
    | Edit this page View Source

    CCCP

    Declaration
    public const string CCCP = "cccp"
    Field Value
    Type Description
    string
    | Edit this page View Source

    COLLECTIONS

    Declaration
    public const string COLLECTIONS = "collections"
    Field Value
    Type Description
    string
    | Edit this page View Source

    COUCHAPI

    Declaration
    public const string COUCHAPI = "couchapi"
    Field Value
    Type Description
    string
    | Edit this page View Source

    CREATE_AS_DELETED

    Declaration
    public const string CREATE_AS_DELETED = "tombstonedUserXAttrs"
    Field Value
    Type Description
    string
    | Edit this page View Source

    DCP

    Declaration
    public const string DCP = "dcp"
    Field Value
    Type Description
    string
    | Edit this page View Source

    DURABLE_WRITE

    Declaration
    public const string DURABLE_WRITE = "durableWrite"
    Field Value
    Type Description
    string
    | Edit this page View Source

    NODES_EXT

    Declaration
    public const string NODES_EXT = "nodesExt"
    Field Value
    Type Description
    string
    | Edit this page View Source

    NON_DEDUPED_HISTORY

    Declaration
    public const string NON_DEDUPED_HISTORY = "nonDedupedHistory"
    Field Value
    Type Description
    string
    | Edit this page View Source

    RANGE_SCAN

    Declaration
    public const string RANGE_SCAN = "rangeScan"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SNAPPY

    Declaration
    public const string SNAPPY = "snappy"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SUBDOC_ACCESS_DELETED

    Declaration
    public const string SUBDOC_ACCESS_DELETED = "subdoc.AccessDeleted"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SUBDOC_REPLACE_BODY_WITH_XATTR

    Declaration
    public const string SUBDOC_REPLACE_BODY_WITH_XATTR = "subdoc.ReplaceBodyWithXattr"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SUBDOC_REPLICA_READ

    Declaration
    public const string SUBDOC_REPLICA_READ = "subdoc.ReplicaRead"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SUBDOC_REVIVE_DOCUMENT

    Declaration
    public const string SUBDOC_REVIVE_DOCUMENT = "subdoc.ReviveDocument"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TOUCH

    Declaration
    public const string TOUCH = "touch"
    Field Value
    Type Description
    string
    | Edit this page View Source

    XATTR

    Declaration
    public const string XATTR = "xattr"
    Field Value
    Type Description
    string
    | Edit this page View Source

    XDCR_CHECKPOINTING

    Declaration
    public const string XDCR_CHECKPOINTING = "xdcrCheckpointing"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.