Class DerivedField
The type representing the derived field concept. Derived fields have an expression to define how to derive the field.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DerivedField : TypedObject
Properties
Expr
Declaration
[JsonProperty(PropertyName = "expr")]
public Expression Expr { get; set; }
Property Value
Type | Description |
---|---|
Expression |
IsUseInferredType
Declaration
[JsonProperty(PropertyName = "isUseInferredType")]
public bool? IsUseInferredType { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies whether to use inferred expression output type as output type of the derived field. Default value of this flag is false. |
Labels
Declaration
[JsonProperty(PropertyName = "labels")]
public List<string> Labels { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Labels are keywords or labels that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content. |
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string | The type of the field. |