public sealed class ExportDocumentsResponse : IMessage<ExportDocumentsResponse>, IEquatable<ExportDocumentsResponse>, IDeepCloneable<ExportDocumentsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ExportDocumentsResponse.
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 part of the Google Cloud Firestore Admin v1 API, specifically found in the `Google.Cloud.Firestore.Admin.V1` namespace."],["This class is designed to be returned in the `google.longrunning.Operation` response field and is used for exporting documents."],["The `ExportDocumentsResponse` class is the child of `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cExportDocumentsResponse\u003e`, `IDeepCloneable\u003cExportDocumentsResponse\u003e`, and `IBufferMessage`."],["The class has a constructor that can be called with or without an `ExportDocumentsResponse` parameter to construct a new instance of the response object."],["The `OutputUriPrefix` property, of type string, specifies the file location for the exported documents, which can be utilized for importing into Cloud Firestore."]]],[]]