DerivedLogicalEntities¶
-
class
oci.data_catalog.models.
DerivedLogicalEntities
(**kwargs)¶ Bases:
object
Entities derived from the application of a pattern to a list of file paths.
Methods
__init__
(**kwargs)Initializes a new DerivedLogicalEntities object with values from keyword arguments. Attributes
files_in_logical_grouping
Gets the files_in_logical_grouping of this DerivedLogicalEntities. name
Gets the name of this DerivedLogicalEntities. realized_expression
Gets the realized_expression of this DerivedLogicalEntities. -
__init__
(**kwargs)¶ Initializes a new DerivedLogicalEntities object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this DerivedLogicalEntities.
- realized_expression (str) – The value to assign to the realized_expression property of this DerivedLogicalEntities.
- files_in_logical_grouping (list[str]) – The value to assign to the files_in_logical_grouping property of this DerivedLogicalEntities.
-
files_in_logical_grouping
¶ Gets the files_in_logical_grouping of this DerivedLogicalEntities. The list of file paths that belong to the grouping of logical entity or UNMATCHED for which realizedExpression is a selector.
Returns: The files_in_logical_grouping of this DerivedLogicalEntities. Return type: list[str]
-
name
¶ Gets the name of this DerivedLogicalEntities. The name of the derived logical entity. The group name of the unmatched files will be UNMATCHED
Returns: The name of this DerivedLogicalEntities. Return type: str
-
realized_expression
¶ Gets the realized_expression of this DerivedLogicalEntities. The expression realized after resolving qualifiers . Used in deriving this logical entity
Returns: The realized_expression of this DerivedLogicalEntities. Return type: str
-