Reference documentation and code samples for the Cloud Bigtable V2 Client class NodeScalingFactor.
Possible node scaling factors of the clusters. Node scaling delivers better latency and more throughput by removing node boundaries.
Protobuf type google.bigtable.admin.v2.Cluster.NodeScalingFactor
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ ClusterMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
NODE_SCALING_FACTOR_UNSPECIFIED
Value: 0
No node scaling specified. Defaults to NODE_SCALING_FACTOR_1X.
Generated from protobuf enum NODE_SCALING_FACTOR_UNSPECIFIED = 0;
NODE_SCALING_FACTOR_1X
Value: 1
The cluster is running with a scaling factor of 1.
Generated from protobuf enum NODE_SCALING_FACTOR_1X = 1;
NODE_SCALING_FACTOR_2X
Value: 2
The cluster is running with a scaling factor of 2.
All node count values must be in increments of 2 with this scaling factor enabled, otherwise an INVALID_ARGUMENT error will be returned.
Generated from protobuf enum NODE_SCALING_FACTOR_2X = 2;