Class CatalogSummary
Summary of results for a specific destination catalog.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class CatalogSummary : IDirectResponseSchema
Properties
Catalog
Output only. The catalog resource name (format: projects//catalogs/).
Declaration
[JsonProperty("catalog")]
public virtual string Catalog { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CatalogType
Output only. The type of the catalog.
Declaration
[JsonProperty("catalogType")]
public virtual string CatalogType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DatabaseSummaries
Output only. Summary of results for each database in the catalog.
Declaration
[JsonProperty("databaseSummaries")]
public virtual IList<DatabaseSummary> DatabaseSummaries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DatabaseSummary> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |