Google Bigtable v2 API - Class SessionRefreshConfig (3.27.0)

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

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

Internal usage only.

Inheritance

object > SessionRefreshConfig

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

SessionRefreshConfig()

public SessionRefreshConfig()

SessionRefreshConfig(SessionRefreshConfig)

public SessionRefreshConfig(SessionRefreshConfig other)
Parameter
Name Description
other SessionRefreshConfig

Properties

Metadata

public RepeatedField<SessionRefreshConfig.Types.Metadata> Metadata { get; }

Output only. Any additional metadata to include when reconnecting.

Property Value
Type Description
RepeatedFieldSessionRefreshConfigTypesMetadata

OptimizedOpenRequest

public OpenSessionRequest OptimizedOpenRequest { get; set; }

An optimized Open request that the session may use on a retry when establishing this session again. This can be sent from the AFE to avoid certain work e.g. encoding a query plan for BTQL.

Property Value
Type Description
OpenSessionRequest