Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class PrepareStepDetails.
Details for the PREPARE
step.
Generated from protobuf message google.datastore.admin.v1.MigrationProgressEvent.PrepareStepDetails
Namespace
Google \ Cloud \ Datastore \ Admin \ V1 \ MigrationProgressEventMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ concurrency_mode |
int
The concurrency mode this database will use when it reaches the |
getConcurrencyMode
The concurrency mode this database will use when it reaches the
REDIRECT_WRITES
step.
Returns | |
---|---|
Type | Description |
int |
setConcurrencyMode
The concurrency mode this database will use when it reaches the
REDIRECT_WRITES
step.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |