IncrementalReadConfig

class oci.data_integration.models.IncrementalReadConfig(**kwargs)

Bases: object

Config for incremental read operation.

Methods

__init__(**kwargs) Initializes a new IncrementalReadConfig object with values from keyword arguments.

Attributes

last_extracted_data_entity_date Gets the last_extracted_data_entity_date of this IncrementalReadConfig.
last_extracted_field_date Gets the last_extracted_field_date of this IncrementalReadConfig.
__init__(**kwargs)

Initializes a new IncrementalReadConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
last_extracted_data_entity_date

Gets the last_extracted_data_entity_date of this IncrementalReadConfig. List of incremental data entity clauses.

Returns:The last_extracted_data_entity_date of this IncrementalReadConfig.
Return type:list[oci.data_integration.models.IncrementalDataEntityClause]
last_extracted_field_date

Gets the last_extracted_field_date of this IncrementalReadConfig. List of incremental field clauses.

Returns:The last_extracted_field_date of this IncrementalReadConfig.
Return type:list[oci.data_integration.models.IncrementalFieldClause]