Class DatabaseReport
Aggregated report at the database level.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class DatabaseReport : IDirectResponseSchema
Properties
Database
The name of the database.
Declaration
[JsonProperty("database")]
public virtual string Database { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExecutionPlan
The discovered intent for the database (what we found and what we planned).
Declaration
[JsonProperty("executionPlan")]
public virtual ExecutionPlan ExecutionPlan { get; set; }
Property Value
| Type | Description |
|---|---|
| ExecutionPlan |
ExecutionResult
The actual outcome of the database migration.
Declaration
[JsonProperty("executionResult")]
public virtual ExecutionResult ExecutionResult { get; set; }
Property Value
| Type | Description |
|---|---|
| ExecutionResult |
TableReports
A map of table names to their respective reports.
Declaration
[JsonProperty("tableReports")]
public virtual IDictionary<string, TableReport> TableReports { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, TableReport> |