Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataDocumentationResultTableResult

Generated metadata about the table.

Inheritance
object
GoogleCloudDataplexV1DataDocumentationResultTableResult
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDocumentationResultTableResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Name

Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

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

Overview

Output only. Generated description of the table.

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

Queries

Output only. Sample SQL queries for the table.

Declaration
[JsonProperty("queries")]
public virtual IList<GoogleCloudDataplexV1DataDocumentationResultQuery> Queries { get; set; }
Property Value
Type Description
IList<GoogleCloudDataplexV1DataDocumentationResultQuery>

Schema

Output only. Schema of the table with generated metadata of the columns in the schema.

Declaration
[JsonProperty("schema")]
public virtual GoogleCloudDataplexV1DataDocumentationResultSchema Schema { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataDocumentationResultSchema

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX