Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class PreDefined

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

Fields

View Source

Default

The default configuration values.

Declaration
public static readonly ConfigProfile Default
Field Value
Type Description
ConfigProfile
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
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
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.