public sealed class SessionRefreshConfig.Types.Metadata : IMessage<SessionRefreshConfig.Types.Metadata>, IEquatable<SessionRefreshConfig.Types.Metadata>, IDeepCloneable<SessionRefreshConfig.Types.Metadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class SessionRefreshConfig.Types.Metadata.
Any additional metadata to include when reconnecting. Not a map<> type as
this can be a multimap.
Implements
IMessageSessionRefreshConfigTypesMetadata, IEquatableSessionRefreshConfigTypesMetadata, IDeepCloneableSessionRefreshConfigTypesMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Metadata()
public Metadata()Metadata(Metadata)
public Metadata(SessionRefreshConfig.Types.Metadata other)| Parameter | |
|---|---|
| Name | Description |
other |
SessionRefreshConfigTypesMetadata |
Properties
Key
public string Key { get; set; }Output only. The key for the metadata entry.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public ByteString Value { get; set; }Output only. The value for the metadata entry.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|