Class DataType
A DataType object is a simple primitive type that describes the type of a single atomic unit of data. For example, INT, VARCHAR, NUMBER, and so on.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataType : BaseType
Properties
ConfigDefinition
Declaration
[JsonProperty(PropertyName = "configDefinition")]
public ConfigDefinition ConfigDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfigDefinition |
DtType
Declaration
[JsonProperty(PropertyName = "dtType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DataType.DtTypeEnum? DtType { get; set; }
Property Value
| Type | Description |
|---|---|
| DataType.DtTypeEnum? | The data type. |
TypeSystemName
Declaration
[JsonProperty(PropertyName = "typeSystemName")]
public string TypeSystemName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The data type system name. |