Google Cloud Datastore Admin V1 Client - Class PrepareStepDetails (0.6.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ concurrency_mode int

The concurrency mode this database will use when it reaches the REDIRECT_WRITES step.

getConcurrencyMode

The concurrency mode this database will use when it reaches the REDIRECT_WRITES step.

Returns
TypeDescription
int

setConcurrencyMode

The concurrency mode this database will use when it reaches the REDIRECT_WRITES step.

Parameter
NameDescription
var int
Returns
TypeDescription
$this