Class GoogleCloudDataplexV1GraphProfile
Contains the strict structure for graph-profile for semantic inference scan result.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1GraphProfile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EdgeTypes
Output only. Edge types.
Declaration
[JsonProperty("edgeTypes")]
public virtual IList<GoogleCloudDataplexV1GraphProfileEdgeType> EdgeTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDataplexV1GraphProfileEdgeType> |
NodeTypes
Output only. Node types.
Declaration
[JsonProperty("nodeTypes")]
public virtual IList<GoogleCloudDataplexV1GraphProfileNodeType> NodeTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDataplexV1GraphProfileNodeType> |