Google Bigtable v2 API - Class ClusterInformation (3.27.0)

public sealed class ClusterInformation : IMessage<ClusterInformation>, IEquatable<ClusterInformation>, IDeepCloneable<ClusterInformation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class ClusterInformation.

Information on which Cluster served a vRPC, e.g. for Client-Side metrics. Internal usage only.

Inheritance

object > ClusterInformation

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ClusterInformation()

public ClusterInformation()

ClusterInformation(ClusterInformation)

public ClusterInformation(ClusterInformation other)
Parameter
Name Description
other ClusterInformation

Properties

ClusterId

public string ClusterId { get; set; }
Property Value
Type Description
string

ZoneId

public string ZoneId { get; set; }
Property Value
Type Description
string