OracleReadAttributes¶
-
class
oci.data_integration.models.
OracleReadAttributes
(**kwargs)¶ Bases:
object
Properties to configure reading from an Oracle Database.
Methods
__init__
(**kwargs)Initializes a new OracleReadAttributes object with values from keyword arguments. Attributes
fetch_size
Gets the fetch_size of this OracleReadAttributes. -
__init__
(**kwargs)¶ Initializes a new OracleReadAttributes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: fetch_size (int) – The value to assign to the fetch_size property of this OracleReadAttributes.
-
fetch_size
¶ Gets the fetch_size of this OracleReadAttributes. The fetch size for reading.
Returns: The fetch_size of this OracleReadAttributes. Return type: int
-