Show / Hide Table of Contents

Class GoogleDatastoreAdminV1RedirectWritesStepDetails

Details for the REDIRECT_WRITES step.

Inheritance
object
GoogleDatastoreAdminV1RedirectWritesStepDetails
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 GoogleDatastoreAdminV1RedirectWritesStepDetails : IDirectResponseSchema

Properties

ConcurrencyMode

The 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX