Class GoogleDatastoreAdminV1beta1ImportEntitiesMetadata
Metadata for ImportEntities operations.
Inheritance
System.Object
GoogleDatastoreAdminV1beta1ImportEntitiesMetadata
Implements
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class GoogleDatastoreAdminV1beta1ImportEntitiesMetadata : object, IDirectResponseSchema
Properties
Common
Metadata common to all Datastore Admin operations.
Declaration
public virtual GoogleDatastoreAdminV1beta1CommonMetadata Common { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDatastoreAdminV1beta1CommonMetadata |
EntityFilter
Description of which entities are being imported.
Declaration
public virtual GoogleDatastoreAdminV1beta1EntityFilter EntityFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDatastoreAdminV1beta1EntityFilter |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InputUrl
The location of the import metadata file. This will be the same value as the google.datastore.admin.v1beta1.ExportEntitiesResponse.output_url field.
Declaration
public virtual string InputUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProgressBytes
An estimate of the number of bytes processed.
Declaration
public virtual GoogleDatastoreAdminV1beta1Progress ProgressBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDatastoreAdminV1beta1Progress |
ProgressEntities
An estimate of the number of entities processed.
Declaration
public virtual GoogleDatastoreAdminV1beta1Progress ProgressEntities { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDatastoreAdminV1beta1Progress |