TableSummary

class oci.data_safe.models.TableSummary(**kwargs)

Bases: object

The details of a table fetched from the database.

Methods

__init__(**kwargs) Initializes a new TableSummary object with values from keyword arguments.

Attributes

schema_name [Required] Gets the schema_name of this TableSummary.
table_name [Required] Gets the table_name of this TableSummary.
__init__(**kwargs)

Initializes a new TableSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • table_name (str) – The value to assign to the table_name property of this TableSummary.
  • schema_name (str) – The value to assign to the schema_name property of this TableSummary.
schema_name

[Required] Gets the schema_name of this TableSummary. Name of the schema.

Returns:The schema_name of this TableSummary.
Return type:str
table_name

[Required] Gets the table_name of this TableSummary. Name of the table.

Returns:The table_name of this TableSummary.
Return type:str