Class GoogleDatastoreAdminV1ExportEntitiesMetadata
Metadata for ExportEntities operations.
Inheritance
System.Object
GoogleDatastoreAdminV1ExportEntitiesMetadata
Implements
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class GoogleDatastoreAdminV1ExportEntitiesMetadata : object, IDirectResponseSchema
Properties
Common
Metadata common to all Datastore Admin operations.
Declaration
public virtual GoogleDatastoreAdminV1CommonMetadata Common { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDatastoreAdminV1CommonMetadata |
EntityFilter
Description of which entities are being exported.
Declaration
public virtual GoogleDatastoreAdminV1EntityFilter EntityFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDatastoreAdminV1EntityFilter |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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
public virtual string OutputUrlPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProgressBytes
An estimate of the number of bytes processed.
Declaration
public virtual GoogleDatastoreAdminV1Progress ProgressBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDatastoreAdminV1Progress |
ProgressEntities
An estimate of the number of entities processed.
Declaration
public virtual GoogleDatastoreAdminV1Progress ProgressEntities { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDatastoreAdminV1Progress |