Class GoogleDatastoreAdminV1ImportEntitiesMetadata
Metadata for ImportEntities operations.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class GoogleDatastoreAdminV1ImportEntitiesMetadata : 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 imported.
Declaration
[JsonProperty("entityFilter")]
public virtual GoogleDatastoreAdminV1EntityFilter EntityFilter { get; set; }
Property Value
Type | Description |
---|---|
GoogleDatastoreAdminV1EntityFilter |
InputUrl
The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.
Declaration
[JsonProperty("inputUrl")]
public virtual string InputUrl { 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 |