Show / Hide Table of Contents

Class GoogleCloudDataplexV1GraphProfileNodeType

Represents a type of node in the graph.

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

Properties

Description

Output only. Description of the node type.

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

ETag

The ETag of the item.

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

ExtractionHints

Output only. Extraction hints for the node.

Declaration
[JsonProperty("extractionHints")]
public virtual GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints ExtractionHints { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1GraphProfileNodeTypeExtractionHints

Fields

Output only. Fields of the node type.

Declaration
[JsonProperty("fields")]
public virtual IList<GoogleCloudDataplexV1GraphProfileField> Fields { get; set; }
Property Value
Type Description
IList<GoogleCloudDataplexV1GraphProfileField>

Name

Output only. Name of the node type.

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

PrimaryKeys

Output only. Field names forming the primary keys. The order in this array defines the key's ordinal positions for composite keys.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX