public sealed class ExportDocumentsResponse : IMessage<ExportDocumentsResponse>, IEquatable<ExportDocumentsResponse>, IDeepCloneable<ExportDocumentsResponse>, IBufferMessage, IMessage
Returned in the [google.longrunning.Operation][google.longrunning.Operation] response field.
Location of the output files. This can be used to begin an import
into Cloud Firestore (this project or another project) after the operation
completes successfully.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ExportDocumentsResponse` class is used to handle the response of a document export operation in Google Cloud Firestore Admin V1."],["This class is part of the `Google.Cloud.Firestore.Admin.V1` namespace within the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["The `ExportDocumentsResponse` class provides information on the output file location, indicated by the `OutputUriPrefix` property."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which indicates its capabilities for handling messages and data manipulation."],["Multiple versions of this resource are available, with version 3.12.0 being the most recent and 2.2.0 being the version this information focuses on."]]],[]]