Show / Hide Table of Contents

Class DatabaseSummary

Summary of results for a specific database in a catalog.

Inheritance
object
DatabaseSummary
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 DatabaseSummary : IDirectResponseSchema

Properties

Database

Output only. 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

PlanAction

Output only. The migration plan action for the database.

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

ResultStatus

Output only. The migration result status for the database. This is only set if the migration is not a dry run.

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

TableSummary

Output only. Aggregated summary of results for all tables in the database.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX