Class GoogleCloudDataplexV1GraphProfileField
Represents a field in a node or edge type.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1GraphProfileField : IDirectResponseSchema
Properties
DataType
Output only. The data type of the field, e.g., STRING, INTEGER, DATE.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Output only. Description of the field.
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 field.
Declaration
[JsonProperty("extractionHints")]
public virtual GoogleCloudDataplexV1GraphProfileFieldExtractionHints ExtractionHints { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1GraphProfileFieldExtractionHints |
Fields
Output only. Sub-fields of this field (for STRUCT types).
Declaration
[JsonProperty("fields")]
public virtual IList<GoogleCloudDataplexV1GraphProfileField> Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDataplexV1GraphProfileField> |
MetadataType
Output only. The mapped metadata type.
Declaration
[JsonProperty("metadataType")]
public virtual string MetadataType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Mode
Output only. The mode of the field.
Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. Name of the field.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |