Show / Hide Table of Contents

Class AllocateIdsRequest

The request for Datastore.AllocateIds.

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

Properties

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 incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

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

Implements

IDirectResponseSchema
Back to top