BucketConfiguration Class |
Namespace: Couchbase.Configuration.Client
The BucketConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | BucketConfiguration |
Default CTOR for localhost.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetEndPoint |
Gets a random IPEndPoint from the Servers list.
|
![]() | GetEndPoints | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | BucketName |
The name of the Bucket to connect to.
|
![]() | 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.
|
![]() | Password |
The password to use if it's a SASL authenticated Bucket.
|
![]() | PoolConfiguration |
The PoolConfiguration used to create the IConnectionPool.
|
![]() | Port |
The Memcached port to use.
|
![]() | Servers |
A list of IP's to bootstrap off of.
|
![]() | Username |
The username for connecting to a Bucket.
|
![]() | UseSsl |
Set to true to enable Secure Socket Layer (SSL) encryption of all traffic between the client and the server.
|