Firestore Admin v1 API - Class ExportDocumentsResponse (3.8.0)

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.

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