public sealed class RunQueryRequest : IMessage<RunQueryRequest>, IEquatable<RunQueryRequest>, IDeepCloneable<RunQueryRequest>, IBufferMessage, IMessage
The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
public TransactionOptions NewTransaction { get; set; }
Starts a new transaction and reads the documents.
Defaults to a read-only transaction.
The new transaction ID will be returned as the first response in the
stream.
Required. 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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eRunQueryRequest\u003c/code\u003e class, which is used to request data from Firestore.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunQueryRequest\u003c/code\u003e class is available in multiple versions, ranging from 2.3.0 to the latest 3.10.0, allowing users to find documentation specific to their version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRunQueryRequest\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eRunQueryRequest\u003c/code\u003e include \u003ccode\u003eParent\u003c/code\u003e for specifying the resource location, \u003ccode\u003eNewTransaction\u003c/code\u003e for starting a new transaction, and \u003ccode\u003eStructuredQuery\u003c/code\u003e for defining a structured query.\u003c/p\u003e\n"],["\u003cp\u003eThe RunQueryRequest allows for consistency controls through the properties \u003ccode\u003eReadTime\u003c/code\u003e or \u003ccode\u003eTransaction\u003c/code\u003e depending on whether you want to read at a certain time or in a transaction respectively.\u003c/p\u003e\n"]]],[],null,[]]