CouchbaseClientSection PropertiesCouchbase .NET SDK 2.0

The CouchbaseClientSection type exposes the following members.

Properties
  NameDescription
Public propertyApiPort
Overrides the default and sets the Views REST API to use a custom port.
Public propertyBuckets
Allows specific configurations of Bucket's to be defined, overriding the parent's settings.
Public propertyCurrentConfiguration
Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
(Inherited from ConfigurationElement.)
Public propertyDirectPort
Overrides the default and sets the direct port to use for Key/Value operations using the Binary Memcached protocol.
Public propertyElementInformation
Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(Inherited from ConfigurationElement.)
Public propertyEnableConfigHeartBeat
Enables configuration "heartbeat" checks.
Public propertyEnableOperationTiming
Writes the elasped time for an operation to the log appender. Disabled by default.
Public propertyExpect100Continue
Gets or sets a Boolean value that determines whether 100-Continue behavior is used.
Public propertyHeartbeatConfigInterval
Sets the interval for configuration "heartbeat" checks, which check for changes in the configuration that are otherwise undetected by the client.
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 propertyLockAllAttributesExcept
Gets the collection of locked attributes.
(Inherited from ConfigurationElement.)
Public propertyLockAllElementsExcept
Gets the collection of locked elements.
(Inherited from ConfigurationElement.)
Public propertyLockAttributes
Gets the collection of locked attributes
(Inherited from ConfigurationElement.)
Public propertyLockElements
Gets the collection of locked elements.
(Inherited from ConfigurationElement.)
Public propertyLockItem
Gets or sets a value indicating whether the element is locked.
(Inherited from ConfigurationElement.)
Public propertyMaxViewRetries
The maximum number of times the client will retry a View operation if it has failed for a retriable reason.
Public propertyMgmtPort
Overrides the default and sets the Couchbase Management REST API to use a custom port.
Public propertyObserveInterval
Gets or Sets the max time an observe operation will take before timing out.
Public propertyObserveTimeout
Gets or Sets the interval between each observe attempt.
Public propertySectionInformation
Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object.
(Inherited from ConfigurationSection.)
Public propertyServers
Sets the Couchbase Server's list of bootstrap URI's. The client will use the list to connect to initially connect to the cluster.
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 number of times the client will retry a View operation if it has failed for a retriable reason.
Public propertyViewRequestTimeout
Sets the timeout for each HTTP View request.
Top
See Also