Class GoogleCloudDataplexV1DataDocumentationResultTableResult
Generated metadata about the table.
Implements
Inherited Members
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 |