Click or drag to resize
ClientConfiguration Class
Represents the configuration of a CouchbaseCluster object. The CouchbaseCluster object will use this class to construct it's internals.
Inheritance Hierarchy
SystemObject
  Couchbase.Configuration.ClientClientConfiguration

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ClientConfiguration

The ClientConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodClientConfiguration
Initializes a new instance of the ClientConfiguration class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyApiPort
Overrides the default and sets the Views REST API to use a custom port.
Public propertyBucketConfigs
A map of BucketConfigurations and their names.
Public propertyDeserializationContractResolver
Public propertyDirectPort
Overrides the default and sets the direct port to use for Key/Value operations using the Binary Memcached protocol.
Public propertyHttpsApiPort
Overrides the default and sets the Couchbase Views REST API to use a custom SSL port.
Public propertyHttpsMgmtPort
Overrides the default and sets the Couchbase Management REST API to use a custom SSL port.
Public propertyMaxViewRetries
The upper limit for the number of times a View request that has failed will be retried.
Public propertyMgmtPort
Overrides the default and sets the Couchbase Management REST API to use a custom port.
Public propertyObserveInterval
Gets or Sets the interval between each observe attempt.
Public propertyObserveTimeout
Gets or Sets the max time an observe operation will take before timing out.
Public propertyPoolConfiguration
The configuration used for creating the IConnectionPool for each IBucket.
Public propertySerializationContractResolver
Public propertyServers
A list of hosts used to bootstrap from.
Public propertySslPort
Overrides the default and sets the SSL port to use for Key/Value operations using the Binary Memcached protocol.
Public propertyUseSsl
Set to true to use Secure Socket Layers (SSL) to encrypt traffic between the client and Couchbase server.
Public propertyViewHardTimeout
The maximum amount of time that a View will request take before timing out. Note this includes time for retries, etc.
Top
See Also