Cloud Datastore v1 API - Class ImportEntitiesMetadata (2.4.0)

public sealed class ImportEntitiesMetadata : IMessage<ImportEntitiesMetadata>, IEquatable<ImportEntitiesMetadata>, IDeepCloneable<ImportEntitiesMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Datastore v1 API class ImportEntitiesMetadata.

Metadata for ImportEntities operations.

Inheritance

object > ImportEntitiesMetadata

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

ImportEntitiesMetadata()

public ImportEntitiesMetadata()

ImportEntitiesMetadata(ImportEntitiesMetadata)

public ImportEntitiesMetadata(ImportEntitiesMetadata other)
Parameter
Name Description
other ImportEntitiesMetadata

Properties

Common

public CommonMetadata Common { get; set; }

Metadata common to all Datastore Admin operations.

Property Value
Type Description
CommonMetadata

EntityFilter

public EntityFilter EntityFilter { get; set; }

Description of which entities are being imported.

Property Value
Type Description
EntityFilter

InputUrl

public string InputUrl { get; set; }

The location of the import metadata file. This will be the same value as the [google.datastore.admin.v1.ExportEntitiesResponse.output_url][google.datastore.admin.v1.ExportEntitiesResponse.output_url] field.

Property Value
Type Description
string

ProgressBytes

public Progress ProgressBytes { get; set; }

An estimate of the number of bytes processed.

Property Value
Type Description
Progress

ProgressEntities

public Progress ProgressEntities { get; set; }

An estimate of the number of entities processed.

Property Value
Type Description
Progress