Show / Hide Table of Contents

Class AllocateIdsResponse

The response for Datastore.AllocateIds.

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

Properties

ETag

The ETag of the item.

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

Keys

The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.

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

Implements

IDirectResponseSchema
Back to top