Class BackfillStatus
Backfill status for the migration execution.
Implements
Inherited Members
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 |