BipCallAttribute¶
-
class
oci.data_integration.models.
BipCallAttribute
(**kwargs)¶ Bases:
oci.data_integration.models.abstract_call_attribute.AbstractCallAttribute
Properties to configure reading from a FUSION_APP BIP data asset / connection.
Attributes
MODEL_TYPE_BIP_CALL_ATTRIBUTE
str(object=’’) -> str MODEL_TYPE_GENERIC_REST_CALL_ATTRIBUTE
str(object=’’) -> str bucket_schema
Gets the bucket_schema of this BipCallAttribute. fetch_next_rows_parameter
Gets the fetch_next_rows_parameter of this BipCallAttribute. fetch_size
Gets the fetch_size of this AbstractCallAttribute. model_type
[Required] Gets the model_type of this AbstractCallAttribute. offset_parameter
Gets the offset_parameter of this BipCallAttribute. staging_connection
Gets the staging_connection of this BipCallAttribute. staging_data_asset
Gets the staging_data_asset of this BipCallAttribute. Methods
__init__
(**kwargs)Initializes a new BipCallAttribute 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_BIP_CALL_ATTRIBUTE
= 'BIP_CALL_ATTRIBUTE'¶
-
MODEL_TYPE_GENERIC_REST_CALL_ATTRIBUTE
= 'GENERIC_REST_CALL_ATTRIBUTE'¶
-
__init__
(**kwargs)¶ Initializes a new BipCallAttribute object with values from keyword arguments. The default value of the
model_type
attribute of this class isBIP_CALL_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 BipCallAttribute. Allowed values for this property are: “BIP_CALL_ATTRIBUTE”, “GENERIC_REST_CALL_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 BipCallAttribute.
- offset_parameter (str) – The value to assign to the offset_parameter property of this BipCallAttribute.
- fetch_next_rows_parameter (str) – The value to assign to the fetch_next_rows_parameter property of this BipCallAttribute.
- staging_data_asset (oci.data_integration.models.DataAssetSummaryFromObjectStorage) – The value to assign to the staging_data_asset property of this BipCallAttribute.
- staging_connection (oci.data_integration.models.ConnectionSummaryFromObjectStorage) – The value to assign to the staging_connection property of this BipCallAttribute.
- bucket_schema (oci.data_integration.models.Schema) – The value to assign to the bucket_schema property of this BipCallAttribute.
-
bucket_schema
¶ Gets the bucket_schema of this BipCallAttribute.
Returns: The bucket_schema of this BipCallAttribute. Return type: oci.data_integration.models.Schema
-
fetch_next_rows_parameter
¶ Gets the fetch_next_rows_parameter of this BipCallAttribute. Name of BIP report parameter to control the fetch next rows of the chunk.
Returns: The fetch_next_rows_parameter of this BipCallAttribute. Return type: str
-
fetch_size
¶ Gets the fetch_size of this AbstractCallAttribute. The fetch size for reading.
Returns: The fetch_size of this AbstractCallAttribute. 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 AbstractCallAttribute. The type of the abstract call attribute.
Allowed values for this property are: “BIP_CALL_ATTRIBUTE”, “GENERIC_REST_CALL_ATTRIBUTE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The model_type of this AbstractCallAttribute. Return type: str
-
offset_parameter
¶ Gets the offset_parameter of this BipCallAttribute. Name of BIP report parameter to control the offset of the chunk.
Returns: The offset_parameter of this BipCallAttribute. Return type: str
-
staging_connection
¶ Gets the staging_connection of this BipCallAttribute.
Returns: The staging_connection of this BipCallAttribute. Return type: oci.data_integration.models.ConnectionSummaryFromObjectStorage
-
staging_data_asset
¶ Gets the staging_data_asset of this BipCallAttribute.
Returns: The staging_data_asset of this BipCallAttribute. Return type: oci.data_integration.models.DataAssetSummaryFromObjectStorage
-