Show / Hide Table of Contents

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.

Inheritance
object
MigrationReport
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX