public sealed class SessionParametersResponse : IMessage<SessionParametersResponse>, IEquatable<SessionParametersResponse>, IDeepCloneable<SessionParametersResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class SessionParametersResponse.
Internal usage only.
Implements
IMessageSessionParametersResponse, IEquatableSessionParametersResponse, IDeepCloneableSessionParametersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
SessionParametersResponse()
public SessionParametersResponse()SessionParametersResponse(SessionParametersResponse)
public SessionParametersResponse(SessionParametersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SessionParametersResponse |
Properties
KeepAlive
public Duration KeepAlive { get; set; }Maximum time between messages that the AFE will send to the client. The client may use this information to determine its control-flow in relation to pruning black-holed or otherwise non-responsive sessions. Must be set and positive.
See also Heartbeats.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|