Google Bigtable v2 API - Class SessionParametersResponse (3.27.0)

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

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

Internal usage only.

Inheritance

object > SessionParametersResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

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