Class GoogleFirestoreAdminV1beta1ExportDocumentsResponse
Returned in the google.longrunning.Operation response field.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class GoogleFirestoreAdminV1beta1ExportDocumentsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputUriPrefix
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.
Declaration
[JsonProperty("outputUriPrefix")]
public virtual string OutputUriPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |