Show / Hide Table of Contents

Class GoogleDatastoreAdminV1PrepareStepDetails

Details for the PREPARE step.

Inheritance
object
GoogleDatastoreAdminV1PrepareStepDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastore.v1beta1.Data
Assembly: Google.Apis.Datastore.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX