public sealed class ExportDocumentsResponse : IMessage<ExportDocumentsResponse>, IEquatable<ExportDocumentsResponse>, IDeepCloneable<ExportDocumentsResponse>, IBufferMessage, IMessage
Returned in the [google.longrunning.Operation][google.longrunning.Operation] response field.
Implements
IMessage<ExportDocumentsResponse>, IEquatable<ExportDocumentsResponse>, IDeepCloneable<ExportDocumentsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
ExportDocumentsResponse()
public ExportDocumentsResponse()
ExportDocumentsResponse(ExportDocumentsResponse)
public ExportDocumentsResponse(ExportDocumentsResponse other)
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.
Type | Description |
String |