Show / Hide Table of Contents

Class TaskSummaryFromDataLoaderTask

The information about a data flow task.

Inheritance
object
TaskSummary
TaskSummaryFromDataLoaderTask
Inherited Members
TaskSummary.Key
TaskSummary.ModelVersion
TaskSummary.ParentRef
TaskSummary.Name
TaskSummary.Description
TaskSummary.ObjectVersion
TaskSummary.ObjectStatus
TaskSummary.Identifier
TaskSummary.InputPorts
TaskSummary.OutputPorts
TaskSummary.Parameters
TaskSummary.OpConfigValues
TaskSummary.ConfigProviderDelegate
TaskSummary.IsConcurrentAllowed
TaskSummary.Metadata
TaskSummary.KeyMap
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 TaskSummaryFromDataLoaderTask : TaskSummary

Properties

ConditionalCompositeFieldMap

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

DataFlow

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

IsSingleLoad

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

Defines whether Data Loader task is used for single load or multiple

ParallelLoadLimit

Declaration
[JsonProperty(PropertyName = "parallelLoadLimit")]
public int? ParallelLoadLimit { get; set; }
Property Value
Type Description
int?

Defines the number of entities being loaded in parallel at a time for a Data Loader task

In this article
Back to top