Class GoogleCloudDataplexV1DataDocumentationResultDatasetResult
Insights for a dataset resource.
Implements
Inherited Members
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> |