public sealed class ClusterInformation : IMessage<ClusterInformation>, IEquatable<ClusterInformation>, IDeepCloneable<ClusterInformation>, IBufferMessage, IMessageReference 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.
Implements
IMessageClusterInformation, IEquatableClusterInformation, IDeepCloneableClusterInformation, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
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 |
|