Show / Hide Table of Contents

Class IncrementalReadConfig

Config for incremental read operation.

Inheritance
object
IncrementalReadConfig
Inherited Members
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 IncrementalReadConfig

Properties

LastExtractedDataEntityDate

Declaration
[JsonProperty(PropertyName = "lastExtractedDataEntityDate")]
public List<IncrementalDataEntityClause> LastExtractedDataEntityDate { get; set; }
Property Value
Type Description
List<IncrementalDataEntityClause>

List of incremental data entity clauses.

LastExtractedFieldDate

Declaration
[JsonProperty(PropertyName = "lastExtractedFieldDate")]
public List<IncrementalFieldClause> LastExtractedFieldDate { get; set; }
Property Value
Type Description
List<IncrementalFieldClause>

List of incremental field clauses.

In this article
Back to top