Show / Hide Table of Contents

Class GoogleFirestoreAdminV1beta2ImportDocumentsRequest

The request for FirestoreAdmin.ImportDocuments.

Inheritance
object
GoogleFirestoreAdminV1beta2ImportDocumentsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firestore.v1beta2.Data
Assembly: Google.Apis.Firestore.v1beta2.dll
Syntax
public class GoogleFirestoreAdminV1beta2ImportDocumentsRequest : 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.v1beta2.ExportDocumentsResponse.output_uri_prefix.

Declaration
[JsonProperty("inputUriPrefix")]
public virtual string InputUriPrefix { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX