TablesForDiscovery¶
-
class
oci.data_safe.models.
TablesForDiscovery
(**kwargs)¶ Bases:
object
This contains the schema name along with one or more optional table names.
Methods
__init__
(**kwargs)Initializes a new TablesForDiscovery object with values from keyword arguments. Attributes
schema_name
[Required] Gets the schema_name of this TablesForDiscovery. table_names
Gets the table_names of this TablesForDiscovery. -
__init__
(**kwargs)¶ Initializes a new TablesForDiscovery object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - schema_name (str) – The value to assign to the schema_name property of this TablesForDiscovery.
- table_names (list[str]) – The value to assign to the table_names property of this TablesForDiscovery.
-
schema_name
¶ [Required] Gets the schema_name of this TablesForDiscovery. This contains the name of the schema.
Returns: The schema_name of this TablesForDiscovery. Return type: str
-
table_names
¶ Gets the table_names of this TablesForDiscovery. This contains an optional list of the table names.
Returns: The table_names of this TablesForDiscovery. Return type: list[str]
-