public sealed class RunQueryResponse : IMessage<RunQueryResponse>, IEquatable<RunQueryResponse>, IDeepCloneable<RunQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class RunQueryResponse.
The response for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
The time at which the document was read. This may be monotonically
increasing; in this case, the previous documents in the result stream are
guaranteed not to have changed between their read_time and this one.
If the query returns no results, a response with read_time and no
document will be sent, and this represents the time at which the query
was run.
The transaction that was started as part of this request.
Can only be set in the first response, and only if
[RunQueryRequest.new_transaction][google.firestore.v1.RunQueryRequest.new_transaction] was set in the request.
If set, no other fields will be set in this response.
[[["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 provides documentation for the \u003ccode\u003eRunQueryResponse\u003c/code\u003e class within the Google Cloud Firestore v1 API for .NET, spanning versions from 2.3.0 to the latest 3.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunQueryResponse\u003c/code\u003e class, accessible in the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace, is a sealed class that implements multiple interfaces including \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\u003eThe primary function of the \u003ccode\u003eRunQueryResponse\u003c/code\u003e is to handle responses from \u003ccode\u003eFirestore.RunQuery\u003c/code\u003e, containing data such as the query result (\u003ccode\u003eDocument\u003c/code\u003e), a flag indicating completion (\u003ccode\u003eDone\u003c/code\u003e), and the read time of the document.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes properties like \u003ccode\u003eContinuationSelectorCase\u003c/code\u003e, \u003ccode\u003eDocument\u003c/code\u003e, \u003ccode\u003eDone\u003c/code\u003e, \u003ccode\u003eReadTime\u003c/code\u003e, \u003ccode\u003eSkippedResults\u003c/code\u003e, and \u003ccode\u003eTransaction\u003c/code\u003e, providing detailed information about the query execution.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors that can be used to instantiate a \u003ccode\u003eRunQueryResponse\u003c/code\u003e object, one is the default constructor, and the other allows you to create one based on a pre existing \u003ccode\u003eRunQueryResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]