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."],[[["This document provides reference information for the `ExportDocumentsResponse` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.10.0."],["The `ExportDocumentsResponse` class is returned in the response field of a `google.longrunning.Operation`, and it has methods such as `ExportDocumentsResponse()` and `ExportDocumentsResponse(ExportDocumentsResponse other)`."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members such as `GetHashCode()`, `GetType()`, and `ToString()` that are inherited from the `object` class."],["`OutputUriPrefix`, is a property of type string that is detailed in the document and relates to where the output files are located."],["Multiple versions of the documentation for the `ExportDocumentsResponse` are available, ranging from version 2.2.0 to 3.12.0, with 3.12.0 being the latest."]]],[]]