Show / Hide Table of Contents

Class CatalogReport

Aggregated report at the catalog level.

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

Properties

Catalog

The name of the catalog (format: projects//catalogs/).

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

CatalogType

The type of catalog.

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

DatabaseReports

A map of database names to their respective reports.

Declaration
[JsonProperty("databaseReports")]
public virtual IDictionary<string, DatabaseReport> DatabaseReports { get; set; }
Property Value
Type Description
IDictionary<string, DatabaseReport>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX