ClientConfiguration Class |
Namespace: Couchbase.Configuration.Client
The ClientConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClientConfiguration | Initializes a new instance of the ClientConfiguration class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ApiPort |
Overrides the default and sets the Views REST API to use a custom port.
|
![]() | BucketConfigs |
A map of BucketConfigurations and their names.
|
![]() | DeserializationContractResolver | |
![]() | DirectPort |
Overrides the default and sets the direct port to use for Key/Value operations using the Binary Memcached protocol.
|
![]() | HttpsApiPort |
Overrides the default and sets the Couchbase Views REST API to use a custom SSL port.
|
![]() | HttpsMgmtPort |
Overrides the default and sets the Couchbase Management REST API to use a custom SSL port.
|
![]() | MaxViewRetries |
The upper limit for the number of times a View request that has failed will be retried.
|
![]() | MgmtPort |
Overrides the default and sets the Couchbase Management REST API to use a custom port.
|
![]() | ObserveInterval |
Gets or Sets the interval between each observe attempt.
|
![]() | ObserveTimeout |
Gets or Sets the max time an observe operation will take before timing out.
|
![]() | PoolConfiguration |
The configuration used for creating the IConnectionPool for each IBucket.
|
![]() | SerializationContractResolver | |
![]() | Servers |
A list of hosts used to bootstrap from.
|
![]() | SslPort |
Overrides the default and sets the SSL port to use for Key/Value operations using the Binary Memcached protocol.
|
![]() | UseSsl |
Set to true to use Secure Socket Layers (SSL) to encrypt traffic between the client and Couchbase server.
|
![]() | ViewHardTimeout |
The maximum amount of time that a View will request take before timing out. Note this includes time for retries, etc.
|