Class LookupRequest
The request for Datastore.Lookup.
Inheritance
System.Object
LookupRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class LookupRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Keys
Required. Keys of entities to look up.
Declaration
[JsonProperty("keys")]
public virtual IList<Key> Keys { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Key> |
ReadOptions
The options for this lookup request.
Declaration
[JsonProperty("readOptions")]
public virtual ReadOptions ReadOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| ReadOptions |
Implements
Google.Apis.Requests.IDirectResponseSchema