ICluster Info Property Couchbase .NET SDK 2.1.0 Documentation

Note: This API is now obsolete.

Returns an object which implements IClusterInfo. This object contains various server stats and information.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
[ObsoleteAttribute("Use CreateManager(user, password).ClusterInfo() instead")]
IClusterInfo Info { get; }

Property Value

Type: IClusterInfo
See Also