public sealed class SessionRefreshConfig : IMessage<SessionRefreshConfig>, IEquatable<SessionRefreshConfig>, IDeepCloneable<SessionRefreshConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class SessionRefreshConfig.
Internal usage only.
Implements
IMessageSessionRefreshConfig, IEquatableSessionRefreshConfig, IDeepCloneableSessionRefreshConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
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 |
|