Class ImportEntitiesMetadata (1.3.0)

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

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
NameDescription
otherImportEntitiesMetadata

Properties

Common

public CommonMetadata Common { get; set; }

Metadata common to all Datastore Admin operations.

Property Value
TypeDescription
CommonMetadata

EntityFilter

public EntityFilter EntityFilter { get; set; }

Description of which entities are being imported.

Property Value
TypeDescription
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
TypeDescription
String

ProgressBytes

public Progress ProgressBytes { get; set; }

An estimate of the number of bytes processed.

Property Value
TypeDescription
Progress

ProgressEntities

public Progress ProgressEntities { get; set; }

An estimate of the number of entities processed.

Property Value
TypeDescription
Progress