Class GoogleFirestoreAdminV1beta1ImportDocumentsRequest
The request for FirestoreAdmin.ImportDocuments.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class GoogleFirestoreAdminV1beta1ImportDocumentsRequest : IDirectResponseSchema
Properties
CollectionIds
Which collection ids to import. Unspecified means all collections included in the import.
Declaration
[JsonProperty("collectionIds")]
public virtual IList<string> CollectionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputUriPrefix
Location of the exported files. This must match the output_uri_prefix of an ExportDocumentsResponse from an export that has completed successfully. See: google.firestore.admin.v1beta1.ExportDocumentsResponse.output_uri_prefix.
Declaration
[JsonProperty("inputUriPrefix")]
public virtual string InputUriPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |