Cluster Info Property Couchbase .NET SDK 2.0

Note: This API is now obsolete.

Returns an object representing cluster status information.

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

Property Value

Type: IClusterInfo

Implements

ICluster Info
See Also