Reference documentation and code samples for the Cloud Bigtable V2 Client class SessionClientConfiguration.
Configuration for the Session API. Internal usage only.
Generated from protobuf message google.bigtable.v2.SessionClientConfiguration
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ session_load
float
What share of requests should operate on a session, [0, 1]. The rest should operate on the old-style API.
↳ load_balancing_options
↳ channel_configuration
↳ session_pool_configuration
getSessionLoad
What share of requests should operate on a session, [0, 1]. The rest should operate on the old-style API.
float
setSessionLoad
What share of requests should operate on a session, [0, 1]. The rest should operate on the old-style API.
var
float
$this
getLoadBalancingOptions
Generated from protobuf field .google.bigtable.v2.LoadBalancingOptions load_balancing_options = 2 [deprecated = true];
hasLoadBalancingOptions
clearLoadBalancingOptions
setLoadBalancingOptions
Generated from protobuf field .google.bigtable.v2.LoadBalancingOptions load_balancing_options = 2 [deprecated = true];
$this
getChannelConfiguration
Configuration for the channel pool.
hasChannelConfiguration
clearChannelConfiguration
setChannelConfiguration
Configuration for the channel pool.
$this
getSessionPoolConfiguration
Configuration for the session pools.
hasSessionPoolConfiguration
clearSessionPoolConfiguration
setSessionPoolConfiguration
Configuration for the session pools.
$this

