OracleReadAttribute¶
- 
class oci.data_integration.models.OracleReadAttribute(**kwargs)¶
- Bases: - oci.data_integration.models.abstract_read_attribute.AbstractReadAttribute- The Oracle read attribute. - Attributes - 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 - fetch_size- Gets the fetch_size of this OracleReadAttribute. - model_type- [Required] Gets the model_type of this AbstractReadAttribute. - Methods - __init__(**kwargs)- Initializes a new OracleReadAttribute 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. - 
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 OracleReadAttribute object with values from keyword arguments. The default value of the - model_typeattribute of this class is- ORACLEREADATTRIBUTEand 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 OracleReadAttribute. Allowed values for this property are: “ORACLEREADATTRIBUTE”, “ORACLE_READ_ATTRIBUTE”, “BICC_READ_ATTRIBUTE”, “BIP_READ_ATTRIBUTE”
- fetch_size (int) – The value to assign to the fetch_size property of this OracleReadAttribute.
 
 - 
fetch_size¶
- Gets the fetch_size of this OracleReadAttribute. The fetch size for reading. - Returns: - The fetch_size of this OracleReadAttribute. - 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. 
 - 
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 
 
-