Class ExportDocumentsResponse (2.2.0)

public sealed class ExportDocumentsResponse : IMessage<ExportDocumentsResponse>, IEquatable<ExportDocumentsResponse>, IDeepCloneable<ExportDocumentsResponse>, IBufferMessage, IMessage

Returned in the [google.longrunning.Operation][google.longrunning.Operation] response field.

Inheritance

Object > ExportDocumentsResponse

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ExportDocumentsResponse()

public ExportDocumentsResponse()

ExportDocumentsResponse(ExportDocumentsResponse)

public ExportDocumentsResponse(ExportDocumentsResponse other)
Parameter
NameDescription
otherExportDocumentsResponse

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
TypeDescription
String