Show / Hide Table of Contents

Class CatalogSummary

Summary of results for a specific destination catalog.

Inheritance
object
CatalogSummary
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX