BiccReadAttributes¶
-
class
oci.data_integration.models.
BiccReadAttributes
(**kwargs)¶ Bases:
oci.data_integration.models.abstract_read_attribute.AbstractReadAttribute
Properties to configure reading from BICC.
Attributes
EXTRACT_STRATEGY_FULL
A constant which can be used with the extract_strategy property of a BiccReadAttributes. EXTRACT_STRATEGY_INCREMENTAL
A constant which can be used with the extract_strategy property of a BiccReadAttributes. MODEL_TYPE_BICC_READ_ATTRIBUTE
str(object=’’) -> str MODEL_TYPE_BIP_READ_ATTRIBUTE
str(object=’’) -> str MODEL_TYPE_ORACLEREADATTRIBUTE
str(object=’’) -> str MODEL_TYPE_ORACLE_READ_ATTRIBUTE
str(object=’’) -> str external_storage
Gets the external_storage of this BiccReadAttributes. extract_strategy
Gets the extract_strategy of this BiccReadAttributes. fetch_size
Gets the fetch_size of this BiccReadAttributes. initial_extract_date
Gets the initial_extract_date of this BiccReadAttributes. last_extract_date
Gets the last_extract_date of this BiccReadAttributes. model_type
[Required] Gets the model_type of this AbstractReadAttribute. Methods
__init__
(**kwargs)Initializes a new BiccReadAttributes object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
EXTRACT_STRATEGY_FULL
= 'FULL'¶ A constant which can be used with the extract_strategy property of a BiccReadAttributes. This constant has a value of “FULL”
-
EXTRACT_STRATEGY_INCREMENTAL
= 'INCREMENTAL'¶ A constant which can be used with the extract_strategy property of a BiccReadAttributes. This constant has a value of “INCREMENTAL”
-
MODEL_TYPE_BICC_READ_ATTRIBUTE
= 'BICC_READ_ATTRIBUTE'¶
-
MODEL_TYPE_BIP_READ_ATTRIBUTE
= 'BIP_READ_ATTRIBUTE'¶
-
MODEL_TYPE_ORACLEREADATTRIBUTE
= 'ORACLEREADATTRIBUTE'¶
-
MODEL_TYPE_ORACLE_READ_ATTRIBUTE
= 'ORACLE_READ_ATTRIBUTE'¶
-
__init__
(**kwargs)¶ Initializes a new BiccReadAttributes object with values from keyword arguments. The default value of the
model_type
attribute of this class isBICC_READ_ATTRIBUTE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - model_type (str) – The value to assign to the model_type property of this BiccReadAttributes. Allowed values for this property are: “ORACLEREADATTRIBUTE”, “ORACLE_READ_ATTRIBUTE”, “BICC_READ_ATTRIBUTE”, “BIP_READ_ATTRIBUTE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- fetch_size (int) – The value to assign to the fetch_size property of this BiccReadAttributes.
- extract_strategy (str) – The value to assign to the extract_strategy property of this BiccReadAttributes. Allowed values for this property are: “FULL”, “INCREMENTAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- external_storage (oci.data_integration.models.ExternalStorage) – The value to assign to the external_storage property of this BiccReadAttributes.
- initial_extract_date (datetime) – The value to assign to the initial_extract_date property of this BiccReadAttributes.
- last_extract_date (datetime) – The value to assign to the last_extract_date property of this BiccReadAttributes.
-
external_storage
¶ Gets the external_storage of this BiccReadAttributes.
Returns: The external_storage of this BiccReadAttributes. Return type: oci.data_integration.models.ExternalStorage
-
extract_strategy
¶ Gets the extract_strategy of this BiccReadAttributes. Extraction Strategy - FULL|INCREMENTAL
Allowed values for this property are: “FULL”, “INCREMENTAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The extract_strategy of this BiccReadAttributes. Return type: str
-
fetch_size
¶ Gets the fetch_size of this BiccReadAttributes. The fetch size for reading.
Returns: The fetch_size of this BiccReadAttributes. Return type: int
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
initial_extract_date
¶ Gets the initial_extract_date of this BiccReadAttributes. Date from where extract should start
Returns: The initial_extract_date of this BiccReadAttributes. Return type: datetime
-
last_extract_date
¶ Gets the last_extract_date of this BiccReadAttributes. Date last extracted
Returns: The last_extract_date of this BiccReadAttributes. Return type: datetime
-
model_type
¶ [Required] Gets the model_type of this AbstractReadAttribute. The type of the abstract read attribute.
Allowed values for this property are: “ORACLEREADATTRIBUTE”, “ORACLE_READ_ATTRIBUTE”, “BICC_READ_ATTRIBUTE”, “BIP_READ_ATTRIBUTE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The model_type of this AbstractReadAttribute. Return type: str
-