Class ReserveIdsRequest
The request for Datastore.ReserveIds.
Implements
Inherited Members
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> |