Show / Hide Table of Contents

Class BackfillStatus

Backfill status for the migration execution.

Inheritance
object
BackfillStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class BackfillStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MigrationSummary

Output only. Summary of the migration results. This is populated after the backfill or dry run is finished.

Declaration
[JsonProperty("migrationSummary")]
public virtual MigrationSummary MigrationSummary { get; set; }
Property Value
Type Description
MigrationSummary

ReportPath

Output only. The Cloud Storage path where the backfill or dry run report is written. Format: "gs://path-to-report".

Declaration
[JsonProperty("reportPath")]
public virtual string ReportPath { get; set; }
Property Value
Type Description
string

State

Output only. The current state of the backfill (or dry run).

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX