Class GoogleFirestoreAdminV1beta1ExportDocumentsRequest
The request for FirestoreAdmin.ExportDocuments.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class GoogleFirestoreAdminV1beta1ExportDocumentsRequest : IDirectResponseSchema
Properties
CollectionIds
Which collection ids to export. Unspecified means all collections.
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 |
OutputUriPrefix
The output URI. Currently only supports Google Cloud Storage URIs of the form:
gs://BUCKET_NAME[/NAMESPACE_PATH]
, where BUCKET_NAME
is the name of the Google Cloud Storage bucket and
NAMESPACE_PATH
is an optional Google Cloud Storage namespace path. When choosing a name, be sure to
consider Google Cloud Storage naming guidelines: https://cloud.google.com/storage/docs/naming. If the URI is
a bucket (without a namespace path), a prefix will be generated based on the start time.
Declaration
[JsonProperty("outputUriPrefix")]
public virtual string OutputUriPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |