Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship

Details of the relationship between the schema of two resources.

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

Properties

ETag

The ETag of the item.

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

LeftSchemaPaths

Output only. An ordered list of fields for the join from the first table. The size of this list must be the same as right_schema_paths. Each field at index i in this list must correspond to a field at the same index in the right_schema_paths list.

Declaration
[JsonProperty("leftSchemaPaths")]
public virtual GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths LeftSchemaPaths { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths

RightSchemaPaths

Output only. An ordered list of fields for the join from the second table. The size of this list must be the same as left_schema_paths. Each field at index i in this list must correspond to a field at the same index in the left_schema_paths list.

Declaration
[JsonProperty("rightSchemaPaths")]
public virtual GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths RightSchemaPaths { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths

Sources

Output only. Sources which generated the schema relation edge.

Declaration
[JsonProperty("sources")]
public virtual IList<string> Sources { get; set; }
Property Value
Type Description
IList<string>

Type

Output only. The type of relationship between the schema paths.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX