Class LookupRequest (3.3.0)

public sealed class LookupRequest : IMessage<LookupRequest>, IEquatable<LookupRequest>, IDeepCloneable<LookupRequest>, IBufferMessage, IMessage

The request for [Datastore.Lookup][google.datastore.v1.Datastore.Lookup].

Inheritance

Object > LookupRequest

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

LookupRequest()

public LookupRequest()

LookupRequest(LookupRequest)

public LookupRequest(LookupRequest other)
Parameter
NameDescription
otherLookupRequest

Properties

Keys

public RepeatedField<Key> Keys { get; }

Required. Keys of entities to look up.

Property Value
TypeDescription
RepeatedField<Key>

ProjectId

public string ProjectId { get; set; }

Required. The ID of the project against which to make the request.

Property Value
TypeDescription
String

ReadOptions

public ReadOptions ReadOptions { get; set; }

The options for this lookup request.

Property Value
TypeDescription
ReadOptions