public sealed class ExportDocumentsRequest : IMessage<ExportDocumentsRequest>, IEquatable<ExportDocumentsRequest>, IDeepCloneable<ExportDocumentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ExportDocumentsRequest.
The request for [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
The output URI. Currently only supports Google Cloud Storage URIs of the
form: gs://BUCKET_NAME[/NAMESPACE_PATH], where BUCKET_NAME is the name
of the Google Cloud Storage bucket and NAMESPACE_PATH is an optional
Google Cloud Storage namespace path. When
choosing a name, be sure to consider Google Cloud Storage naming
guidelines: https://cloud.google.com/storage/docs/naming.
If the URI is a bucket (without a namespace path), a prefix will be
generated based on the start time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eExportDocumentsRequest\u003c/code\u003e class within the Google Cloud Firestore Admin v1 API, specifically version 3.2.0, and outlines how to utilize its features.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExportDocumentsRequest\u003c/code\u003e is a class used to request the export of documents from Firestore, and it implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExportDocumentsRequest\u003c/code\u003e class offers constructors, including a default constructor and one that accepts another \u003ccode\u003eExportDocumentsRequest\u003c/code\u003e instance for cloning, thus simplifying the creation of copies.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eExportDocumentsRequest\u003c/code\u003e class include \u003ccode\u003eCollectionIds\u003c/code\u003e to specify which collections to export, \u003ccode\u003eDatabaseName\u003c/code\u003e to define the target database, \u003ccode\u003eName\u003c/code\u003e to specify database name in the required format, and \u003ccode\u003eOutputUriPrefix\u003c/code\u003e to specify the output location in Google Cloud Storage.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions for this class range from 2.2.0 all the way to 3.12.0, with the latter being the newest one.\u003c/p\u003e\n"]]],[],null,[]]