FilterPush

class oci.data_integration.models.FilterPush(**kwargs)

Bases: oci.data_integration.models.push_down_operation.PushDownOperation

The information about a filter operator. The filter operator lets you select certain attributes from the inbound port to continue downstream to the outbound port.

Attributes

MODEL_TYPE_FILTER str(object=’’) -> str
MODEL_TYPE_JOIN str(object=’’) -> str
MODEL_TYPE_QUERY str(object=’’) -> str
MODEL_TYPE_SELECT str(object=’’) -> str
MODEL_TYPE_SORT str(object=’’) -> str
filter_condition Gets the filter_condition of this FilterPush.
model_type [Required] Gets the model_type of this PushDownOperation.

Methods

__init__(**kwargs) Initializes a new FilterPush 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_FILTER = 'FILTER'
MODEL_TYPE_JOIN = 'JOIN'
MODEL_TYPE_QUERY = 'QUERY'
MODEL_TYPE_SELECT = 'SELECT'
MODEL_TYPE_SORT = 'SORT'
__init__(**kwargs)

Initializes a new FilterPush object with values from keyword arguments. The default value of the model_type attribute of this class is FILTER 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 FilterPush. Allowed values for this property are: “FILTER”, “JOIN”, “SELECT”, “SORT”, “QUERY”
  • filter_condition (str) – The value to assign to the filter_condition property of this FilterPush.
filter_condition

Gets the filter_condition of this FilterPush. The filter condition.

Returns:The filter_condition of this FilterPush.
Return type:str
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 PushDownOperation. The type of operation.

Allowed values for this property are: “FILTER”, “JOIN”, “SELECT”, “SORT”, “QUERY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The model_type of this PushDownOperation.
Return type:str