WarehouseDataObjectSummary

class oci.opsi.models.WarehouseDataObjectSummary(**kwargs)

Bases: object

Summary of a Warehouse data object.

Attributes

DATA_OBJECT_TYPE_TABLE A constant which can be used with the data_object_type property of a WarehouseDataObjectSummary.
DATA_OBJECT_TYPE_VIEW A constant which can be used with the data_object_type property of a WarehouseDataObjectSummary.
data_object_type [Required] Gets the data_object_type of this WarehouseDataObjectSummary.
details Gets the details of this WarehouseDataObjectSummary.
name Gets the name of this WarehouseDataObjectSummary.
owner Gets the owner of this WarehouseDataObjectSummary.

Methods

__init__(**kwargs) Initializes a new WarehouseDataObjectSummary object with values from keyword arguments.
DATA_OBJECT_TYPE_TABLE = 'TABLE'

A constant which can be used with the data_object_type property of a WarehouseDataObjectSummary. This constant has a value of “TABLE”

DATA_OBJECT_TYPE_VIEW = 'VIEW'

A constant which can be used with the data_object_type property of a WarehouseDataObjectSummary. This constant has a value of “VIEW”

__init__(**kwargs)

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

Parameters:
  • data_object_type (str) – The value to assign to the data_object_type property of this WarehouseDataObjectSummary. Allowed values for this property are: “VIEW”, “TABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • name (str) – The value to assign to the name property of this WarehouseDataObjectSummary.
  • owner (str) – The value to assign to the owner property of this WarehouseDataObjectSummary.
  • details (oci.opsi.models.WarehouseDataObjectDetails) – The value to assign to the details property of this WarehouseDataObjectSummary.
data_object_type

[Required] Gets the data_object_type of this WarehouseDataObjectSummary. Type of the data object.

Allowed values for this property are: “VIEW”, “TABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The data_object_type of this WarehouseDataObjectSummary.
Return type:str
details

Gets the details of this WarehouseDataObjectSummary.

Returns:The details of this WarehouseDataObjectSummary.
Return type:oci.opsi.models.WarehouseDataObjectDetails
name

Gets the name of this WarehouseDataObjectSummary. Name of the data object, which can be used in data object queries just like how view names are used in a query.

Returns:The name of this WarehouseDataObjectSummary.
Return type:str
owner

Gets the owner of this WarehouseDataObjectSummary. Owner of the data object, which can be used in data object queries in front of data object names just like SCHEMA.VIEW notation in queries.

Returns:The owner of this WarehouseDataObjectSummary.
Return type:str