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-04-17 UTC."],[[["This document provides reference information for the `ExportDocumentsResponse` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.11.0."],["The `ExportDocumentsResponse` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines various versions of the API, ranging from 2.2.0 to 3.12.0 (latest), with version 3.11.0 highlighted."],["The `ExportDocumentsResponse` class contains a public string property named `OutputUriPrefix` which indicates the location of the exported files."],["This document lists all available constructors for the `ExportDocumentsResponse` class and all the inherited members."]]],[]]