Show / Hide Table of Contents

Class ReserveIdsRequest

The request for Datastore.ReserveIds.

Inheritance
object
ReserveIdsRequest
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.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class ReserveIdsRequest : IDirectResponseSchema

Properties

DatabaseId

The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.

Declaration
[JsonProperty("databaseId")]
public virtual string DatabaseId { 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

Keys

Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Declaration
[JsonProperty("keys")]
public virtual IList<Key> Keys { get; set; }
Property Value
Type Description
IList<Key>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX