JobDefinitionScope¶
-
class
oci.data_catalog.models.
JobDefinitionScope
(**kwargs)¶ Bases:
object
Defines the rules or criteria based on which the scope for job definition is circumscribed.
Methods
__init__
(**kwargs)Initializes a new JobDefinitionScope object with values from keyword arguments. Attributes
entity_name
Gets the entity_name of this JobDefinitionScope. entity_name_filter
Gets the entity_name_filter of this JobDefinitionScope. folder_name
Gets the folder_name of this JobDefinitionScope. folder_name_filter
Gets the folder_name_filter of this JobDefinitionScope. is_sample_data_extracted
Gets the is_sample_data_extracted of this JobDefinitionScope. sample_data_size_in_mbs
Gets the sample_data_size_in_mbs of this JobDefinitionScope. -
__init__
(**kwargs)¶ Initializes a new JobDefinitionScope object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - folder_name (str) – The value to assign to the folder_name property of this JobDefinitionScope.
- entity_name (str) – The value to assign to the entity_name property of this JobDefinitionScope.
- folder_name_filter (str) – The value to assign to the folder_name_filter property of this JobDefinitionScope.
- entity_name_filter (str) – The value to assign to the entity_name_filter property of this JobDefinitionScope.
- is_sample_data_extracted (bool) – The value to assign to the is_sample_data_extracted property of this JobDefinitionScope.
- sample_data_size_in_mbs (int) – The value to assign to the sample_data_size_in_mbs property of this JobDefinitionScope.
-
entity_name
¶ Gets the entity_name of this JobDefinitionScope. Name of the entity for this metadata harvest.
Returns: The entity_name of this JobDefinitionScope. Return type: str
-
entity_name_filter
¶ Gets the entity_name_filter of this JobDefinitionScope. Filter rules with regular expression to specify entity names for this metadata harvest.
Returns: The entity_name_filter of this JobDefinitionScope. Return type: str
-
folder_name
¶ Gets the folder_name of this JobDefinitionScope. Name of the folder or schema for this metadata harvest.
Returns: The folder_name of this JobDefinitionScope. Return type: str
-
folder_name_filter
¶ Gets the folder_name_filter of this JobDefinitionScope. Filter rules with regular expression to specify folder names for this metadata harvest.
Returns: The folder_name_filter of this JobDefinitionScope. Return type: str
-
is_sample_data_extracted
¶ Gets the is_sample_data_extracted of this JobDefinitionScope. Specify if sample data to be extracted as part of this harvest.
Returns: The is_sample_data_extracted of this JobDefinitionScope. Return type: bool
-
sample_data_size_in_mbs
¶ Gets the sample_data_size_in_mbs of this JobDefinitionScope. Specify the sample data size in MB, specified as number of rows, for this metadata harvest.
Returns: The sample_data_size_in_mbs of this JobDefinitionScope. Return type: int
-