Google Cloud Sql Admin V1beta4 Client - Class ExternalSyncParallelLevel (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class ExternalSyncParallelLevel.
External Sync parallel level.
Protobuf type google.cloud.sql.v1beta4.ExternalSyncParallelLevel
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EXTERNAL_SYNC_PARALLEL_LEVEL_UNSPECIFIED
Value: 0Unknown sync parallel level. Will be defaulted to OPTIMAL.
Generated from protobuf enum EXTERNAL_SYNC_PARALLEL_LEVEL_UNSPECIFIED = 0;
MIN
Value: 1Minimal parallel level.
Generated from protobuf enum MIN = 1;
OPTIMAL
Value: 2Optimal parallel level.
Generated from protobuf enum OPTIMAL = 2;
MAX
Value: 3Maximum parallel level.
Generated from protobuf enum MAX = 3;