Show / Hide Table of Contents

Class ReserveIdsRequest

The request for Datastore.ReserveIds.

Inheritance
System.Object
ReserveIdsRequest
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class ReserveIdsRequest : object, IDirectResponseSchema

Properties

DatabaseId

If not empty, the ID of the database against which to make the request.

Declaration
public virtual string DatabaseId { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Keys

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

Declaration
public virtual IList<Key> Keys { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Key>

Implements

IDirectResponseSchema
Back to top