Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataDocumentationResultDatasetResult

Insights for a dataset resource.

Inheritance
object
GoogleCloudDataplexV1DataDocumentationResultDatasetResult
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 GoogleCloudDataplexV1DataDocumentationResultDatasetResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Overview

Output only. Generated Dataset description.

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

Queries

Output only. Sample SQL queries for the dataset.

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

SchemaRelationships

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

Declaration
[JsonProperty("schemaRelationships")]
public virtual IList<GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship> SchemaRelationships { get; set; }
Property Value
Type Description
IList<GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX