Click or drag to resize
ClientConfiguration Properties

The ClientConfiguration type exposes the following members.

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