Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class PreDefined

    Inheritance
    object
    PreDefined
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.ConfigProfiles
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Volatile)]
    public static class PreDefined

    Fields

    | Edit this page View Source

    Default

    The default configuration values.

    Declaration
    public static readonly ConfigProfile Default
    Field Value
    Type Description
    ConfigProfile
    | Edit this page View Source

    NullProfile

    An empty profile used as a basis for profiles that only set a few values.

    Declaration
    public static readonly ConfigProfile NullProfile
    Field Value
    Type Description
    ConfigProfile
    | Edit this page View Source

    WanDevelopment

    A profile for development (non-production) use over high-latency connections.

    Declaration
    public static readonly ConfigProfile WanDevelopment
    Field Value
    Type Description
    ConfigProfile
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.