Class Target.Types.QueryTarget (2.3.0)

public sealed class QueryTarget : IMessage<Target.Types.QueryTarget>, IEquatable<Target.Types.QueryTarget>, IDeepCloneable<Target.Types.QueryTarget>, IBufferMessage, IMessage

A target specified by a query.

Inheritance

Object > Target.Types.QueryTarget

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

QueryTarget()

public QueryTarget()

QueryTarget(Target.Types.QueryTarget)

public QueryTarget(Target.Types.QueryTarget other)
Parameter
NameDescription
otherTarget.Types.QueryTarget

Properties

Parent

public string Parent { get; set; }

The parent resource name. In the format: projects/{project_id}/databases/{database_id}/documents or projects/{project_id}/databases/{database_id}/documents/{document_path}. For example: projects/my-project/databases/my-database/documents or projects/my-project/databases/my-database/documents/chatrooms/my-chatroom

Property Value
TypeDescription
String

QueryTypeCase

public Target.Types.QueryTarget.QueryTypeOneofCase QueryTypeCase { get; }
Property Value
TypeDescription
Target.Types.QueryTarget.QueryTypeOneofCase

StructuredQuery

public StructuredQuery StructuredQuery { get; set; }

A structured query.

Property Value
TypeDescription
StructuredQuery