Class GoogleDatastoreAdminV1RedirectWritesStepDetails
Details for the REDIRECT_WRITES
step.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class GoogleDatastoreAdminV1RedirectWritesStepDetails : IDirectResponseSchema
Properties
ConcurrencyMode
Ths concurrency mode for this database.
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 |