Google Bigtable v2 API - Class SessionRefreshConfig.Types.Metadata (3.27.0)

public sealed class SessionRefreshConfig.Types.Metadata : IMessage<SessionRefreshConfig.Types.Metadata>, IEquatable<SessionRefreshConfig.Types.Metadata>, IDeepCloneable<SessionRefreshConfig.Types.Metadata>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > SessionRefreshConfig.Types.Metadata

Namespace

Google.Cloud.Bigtable.V2

Assembly

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