Class GoogleDatastoreAdminV1PrepareStepDetails
Details for the PREPARE
step.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class GoogleDatastoreAdminV1PrepareStepDetails : IDirectResponseSchema
Properties
ConcurrencyMode
The concurrency mode this database will use when it reaches the REDIRECT_WRITES
step.
Declaration
[JsonProperty("concurrencyMode")]
public virtual string ConcurrencyMode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |