public sealed class ExportDocumentsResponse : IMessage<ExportDocumentsResponse>, IEquatable<ExportDocumentsResponse>, IDeepCloneable<ExportDocumentsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Firestore Admin v1 API class ExportDocumentsResponse.
Returned in the [google.longrunning.Operation][google.longrunning.Operation] response field.
Implements
IMessageExportDocumentsResponse, IEquatableExportDocumentsResponse, IDeepCloneableExportDocumentsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
ExportDocumentsResponse()
public ExportDocumentsResponse()ExportDocumentsResponse(ExportDocumentsResponse)
public ExportDocumentsResponse(ExportDocumentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportDocumentsResponse |
Properties
OutputUriPrefix
public string OutputUriPrefix { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|