Class CatalogReport
Aggregated report at the catalog level.
Implements
Inherited Members
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 |