Class MigrationReport
Report containing the results of a migration run. This report is generated at the specified path in the BigLakeMetastoreMigrationConfig after the backfill is complete, or when a dry run is executed.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class MigrationReport : IDirectResponseSchema
Properties
CatalogReports
Output only. Detailed results for each catalog involved in the migration.
Declaration
[JsonProperty("catalogReports")]
public virtual IList<CatalogReport> CatalogReports { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CatalogReport> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Summary
Output only. High-level summary of the migration results.
Declaration
[JsonProperty("summary")]
public virtual MigrationSummary Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| MigrationSummary |