Interface MigrationProgressEvent.PrepareStepDetailsOrBuilder (2.26.4)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface MigrationProgressEvent.PrepareStepDetailsOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getConcurrencyMode()
publicabstractMigrationProgressEvent.ConcurrencyModegetConcurrencyMode() The concurrency mode this database will use when it reaches the
REDIRECT_WRITES step.
.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode concurrency_mode = 1;
| Returns | |
|---|---|
| Type | Description |
MigrationProgressEvent.ConcurrencyMode |
The concurrencyMode. |
getConcurrencyModeValue()
publicabstractintgetConcurrencyModeValue() The concurrency mode this database will use when it reaches the
REDIRECT_WRITES step.
.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode concurrency_mode = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for concurrencyMode. |