DataObject

Classes

DataObject(connection, object_name, options)

Represents the INFACore data source instance.

Methods

DataObject.read([options])

Creates the INFACore DataFrame for the specified DataObject instance to extract data from the data source using the action method collect().

DataObject.write(i_df[, options])

Action method which takes the INFACore DataFrame and writes data to the data source.

DataObject.schema([is_write_object])

Returns the details of the fields for the selected DataObject instance.

DataObject.config()

Returns the filter configuration for the DataObject.

DataObject.get_advanced_config([mode])

Returns the advanced attributes for the DataObject.

DataObject.set_advanced_config(config)

Sets the advanced attributes for the data sources to leverage advanced functionalities.