Show / Hide Table of Contents

Class Source

The information about the source object.

Inheritance
object
Operator
Source
Inherited Members
Operator.Key
Operator.ModelVersion
Operator.ParentRef
Operator.Name
Operator.Description
Operator.ObjectVersion
Operator.InputPorts
Operator.OutputPorts
Operator.ObjectStatus
Operator.Identifier
Operator.Parameters
Operator.OpConfigValues
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class Source : Operator

Properties

Entity

Declaration
[JsonProperty(PropertyName = "entity")]
public DataEntity Entity { get; set; }
Property Value
Type Description
DataEntity

FixedDataShape

Declaration
[JsonProperty(PropertyName = "fixedDataShape")]
public Shape FixedDataShape { get; set; }
Property Value
Type Description
Shape

IsCopyFields

Declaration
[JsonProperty(PropertyName = "isCopyFields")]
public bool? IsCopyFields { get; set; }
Property Value
Type Description
bool?

Specifies the copy fields.

IsPredefinedShape

Declaration
[JsonProperty(PropertyName = "isPredefinedShape")]
public bool? IsPredefinedShape { get; set; }
Property Value
Type Description
bool?

Specifies if this uses a predefined shape.

IsReadAccess

Declaration
[JsonProperty(PropertyName = "isReadAccess")]
public bool? IsReadAccess { get; set; }
Property Value
Type Description
bool?

Specifies the read access.

ReadOperationConfig

Declaration
[JsonProperty(PropertyName = "readOperationConfig")]
public ReadOperationConfig ReadOperationConfig { get; set; }
Property Value
Type Description
ReadOperationConfig

SchemaDriftConfig

Declaration
[JsonProperty(PropertyName = "schemaDriftConfig")]
public SchemaDriftConfig SchemaDriftConfig { get; set; }
Property Value
Type Description
SchemaDriftConfig
In this article
Back to top