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 in the `Google.Cloud.Firestore.Admin.V1` namespace and is part of the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class."],["The class represents a response to a long-running operation and is returned in the `google.longrunning.Operation` response field."],["It is available in multiple versions, ranging from version 2.2.0 to the latest version, 3.12.0."],["The `ExportDocumentsResponse` class contains a property called `OutputUriPrefix`, a string that designates the location of the output files for a potential import operation."]]],[]]