WarehouseViewDataObjectDetails¶
-
class
oci.opsi.models.
WarehouseViewDataObjectDetails
(**kwargs)¶ Bases:
oci.opsi.models.warehouse_data_object_details.WarehouseDataObjectDetails
Details of a VIEW type data object in a Warehouse.
Attributes
DATA_OBJECT_TYPE_TABLE
str(object=’’) -> str DATA_OBJECT_TYPE_VIEW
str(object=’’) -> str columns_metadata
Gets the columns_metadata of this WarehouseViewDataObjectDetails. data_object_type
[Required] Gets the data_object_type of this WarehouseDataObjectDetails. Methods
__init__
(**kwargs)Initializes a new WarehouseViewDataObjectDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
DATA_OBJECT_TYPE_TABLE
= 'TABLE'¶
-
DATA_OBJECT_TYPE_VIEW
= 'VIEW'¶
-
__init__
(**kwargs)¶ Initializes a new WarehouseViewDataObjectDetails object with values from keyword arguments. The default value of the
data_object_type
attribute of this class isVIEW
and it should not be changed. 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 WarehouseViewDataObjectDetails. Allowed values for this property are: “VIEW”, “TABLE”
- columns_metadata (list[oci.opsi.models.DataObjectColumnMetadata]) – The value to assign to the columns_metadata property of this WarehouseViewDataObjectDetails.
-
columns_metadata
¶ Gets the columns_metadata of this WarehouseViewDataObjectDetails. Metadata of columns in the data object.
Returns: The columns_metadata of this WarehouseViewDataObjectDetails. Return type: list[oci.opsi.models.DataObjectColumnMetadata]
-
data_object_type
¶ [Required] Gets the data_object_type of this WarehouseDataObjectDetails. 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 WarehouseDataObjectDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-