Show / Hide Table of Contents

Class LookupRequest

The request for Datastore.Lookup.

Inheritance
System.Object
LookupRequest
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class LookupRequest : object, 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
public virtual IList<Key> Keys { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Key>

ReadOptions

The options for this lookup request.

Declaration
public virtual ReadOptions ReadOptions { get; set; }
Property Value
Type Description
ReadOptions

Implements

IDirectResponseSchema
Back to top