public sealed class QueryTarget : IMessage<Target.Types.QueryTarget>, IEquatable<Target.Types.QueryTarget>, IDeepCloneable<Target.Types.QueryTarget>, IBufferMessage, IMessage
A target specified by a query.
Implements
IMessage<Target.Types.QueryTarget>, IEquatable<Target.Types.QueryTarget>, IDeepCloneable<Target.Types.QueryTarget>, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
QueryTarget()
public QueryTarget()
QueryTarget(Target.Types.QueryTarget)
public QueryTarget(Target.Types.QueryTarget other)
Parameter | |
---|---|
Name | Description |
other | Target.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 | |
---|---|
Type | Description |
String |
QueryTypeCase
public Target.Types.QueryTarget.QueryTypeOneofCase QueryTypeCase { get; }
Property Value | |
---|---|
Type | Description |
Target.Types.QueryTarget.QueryTypeOneofCase |
StructuredQuery
public StructuredQuery StructuredQuery { get; set; }
A structured query.
Property Value | |
---|---|
Type | Description |
StructuredQuery |