Class GoogleDatastoreAdminV1ExportEntitiesMetadata
Metadata for ExportEntities operations.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class GoogleDatastoreAdminV1ExportEntitiesMetadata : IDirectResponseSchema
Properties
Common
Metadata common to all Datastore Admin operations.
Declaration
[JsonProperty("common")]
public virtual GoogleDatastoreAdminV1CommonMetadata Common { get; set; }
Property Value
Type | Description |
---|---|
GoogleDatastoreAdminV1CommonMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityFilter
Description of which entities are being exported.
Declaration
[JsonProperty("entityFilter")]
public virtual GoogleDatastoreAdminV1EntityFilter EntityFilter { get; set; }
Property Value
Type | Description |
---|---|
GoogleDatastoreAdminV1EntityFilter |
OutputUrlPrefix
Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.
Declaration
[JsonProperty("outputUrlPrefix")]
public virtual string OutputUrlPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
ProgressBytes
An estimate of the number of bytes processed.
Declaration
[JsonProperty("progressBytes")]
public virtual GoogleDatastoreAdminV1Progress ProgressBytes { get; set; }
Property Value
Type | Description |
---|---|
GoogleDatastoreAdminV1Progress |
ProgressEntities
An estimate of the number of entities processed.
Declaration
[JsonProperty("progressEntities")]
public virtual GoogleDatastoreAdminV1Progress ProgressEntities { get; set; }
Property Value
Type | Description |
---|---|
GoogleDatastoreAdminV1Progress |