Class InputProxyField
A proxy field to be used as an input field.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class InputProxyField : TypedObject
Properties
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. |
Scope
Declaration
[JsonProperty(PropertyName = "scope")]
public object Scope { get; set; }
Property Value
Type | Description |
---|---|
object | Reference to a typed object, this can be either a key value to an object within the document, a shall referenced to a |
Type
Declaration
[JsonProperty(PropertyName = "type")]
public BaseType Type { get; set; }
Property Value
Type | Description |
---|---|
BaseType |