BucketConfiguration MethodsCouchbase .NET SDK 2.0

The BucketConfiguration type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEndPoint
Gets a random IPEndPoint from the Servers list.
Public methodGetEndPoints
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateOperationLifespanDefault
Conditionally change the DefaultOperationLifespan property value, if and only if it wasn't already changed from its default value.
Remarks
Calling this method doesn't count as a changed from default value. That is, calling it twice will return true both times.
Top
See Also