DataEntitySummaryFromSql

class oci.data_integration.models.DataEntitySummaryFromSql(**kwargs)

Bases: oci.data_integration.models.data_entity_summary.DataEntitySummary

The sql entity data entity details.

Attributes

ENTITY_TYPE_FILE A constant which can be used with the entity_type property of a DataEntitySummaryFromSql.
ENTITY_TYPE_SQL A constant which can be used with the entity_type property of a DataEntitySummaryFromSql.
ENTITY_TYPE_TABLE A constant which can be used with the entity_type property of a DataEntitySummaryFromSql.
ENTITY_TYPE_VIEW A constant which can be used with the entity_type property of a DataEntitySummaryFromSql.
MODEL_TYPE_DATA_STORE_ENTITY str(object=’’) -> str
MODEL_TYPE_FILE_ENTITY str(object=’’) -> str
MODEL_TYPE_OBJECT_ENTITY str(object=’’) -> str
MODEL_TYPE_SQL_ENTITY str(object=’’) -> str
MODEL_TYPE_TABLE_ENTITY str(object=’’) -> str
MODEL_TYPE_VIEW_ENTITY str(object=’’) -> str
description Gets the description of this DataEntitySummaryFromSql.
entity_type Gets the entity_type of this DataEntitySummaryFromSql.
external_key Gets the external_key of this DataEntitySummaryFromSql.
foreign_keys Gets the foreign_keys of this DataEntitySummaryFromSql.
identifier Gets the identifier of this DataEntitySummaryFromSql.
key Gets the key of this DataEntitySummaryFromSql.
metadata Gets the metadata of this DataEntitySummary.
model_type [Required] Gets the model_type of this DataEntitySummary.
model_version Gets the model_version of this DataEntitySummaryFromSql.
name Gets the name of this DataEntitySummaryFromSql.
object_status Gets the object_status of this DataEntitySummaryFromSql.
object_version Gets the object_version of this DataEntitySummaryFromSql.
other_type_label Gets the other_type_label of this DataEntitySummaryFromSql.
parent_ref Gets the parent_ref of this DataEntitySummaryFromSql.
resource_name Gets the resource_name of this DataEntitySummaryFromSql.
shape Gets the shape of this DataEntitySummaryFromSql.
shape_id Gets the shape_id of this DataEntitySummaryFromSql.
sql_query Gets the sql_query of this DataEntitySummaryFromSql.
unique_keys Gets the unique_keys of this DataEntitySummaryFromSql.

Methods

__init__(**kwargs) Initializes a new DataEntitySummaryFromSql 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.
ENTITY_TYPE_FILE = 'FILE'

A constant which can be used with the entity_type property of a DataEntitySummaryFromSql. This constant has a value of “FILE”

ENTITY_TYPE_SQL = 'SQL'

A constant which can be used with the entity_type property of a DataEntitySummaryFromSql. This constant has a value of “SQL”

ENTITY_TYPE_TABLE = 'TABLE'

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

ENTITY_TYPE_VIEW = 'VIEW'

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

MODEL_TYPE_DATA_STORE_ENTITY = 'DATA_STORE_ENTITY'
MODEL_TYPE_FILE_ENTITY = 'FILE_ENTITY'
MODEL_TYPE_OBJECT_ENTITY = 'OBJECT_ENTITY'
MODEL_TYPE_SQL_ENTITY = 'SQL_ENTITY'
MODEL_TYPE_TABLE_ENTITY = 'TABLE_ENTITY'
MODEL_TYPE_VIEW_ENTITY = 'VIEW_ENTITY'
__init__(**kwargs)

Initializes a new DataEntitySummaryFromSql object with values from keyword arguments. The default value of the model_type attribute of this class is SQL_ENTITY and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • model_type (str) – The value to assign to the model_type property of this DataEntitySummaryFromSql. Allowed values for this property are: “VIEW_ENTITY”, “TABLE_ENTITY”, “FILE_ENTITY”, “SQL_ENTITY”, “OBJECT_ENTITY”, “DATA_STORE_ENTITY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this DataEntitySummaryFromSql.
  • key (str) – The value to assign to the key property of this DataEntitySummaryFromSql.
  • model_version (str) – The value to assign to the model_version property of this DataEntitySummaryFromSql.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this DataEntitySummaryFromSql.
  • name (str) – The value to assign to the name property of this DataEntitySummaryFromSql.
  • description (str) – The value to assign to the description property of this DataEntitySummaryFromSql.
  • object_version (int) – The value to assign to the object_version property of this DataEntitySummaryFromSql.
  • external_key (str) – The value to assign to the external_key property of this DataEntitySummaryFromSql.
  • shape (oci.data_integration.models.Shape) – The value to assign to the shape property of this DataEntitySummaryFromSql.
  • shape_id (str) – The value to assign to the shape_id property of this DataEntitySummaryFromSql.
  • entity_type (str) – The value to assign to the entity_type property of this DataEntitySummaryFromSql. Allowed values for this property are: “TABLE”, “VIEW”, “FILE”, “SQL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • other_type_label (str) – The value to assign to the other_type_label property of this DataEntitySummaryFromSql.
  • unique_keys (list[oci.data_integration.models.UniqueKey]) – The value to assign to the unique_keys property of this DataEntitySummaryFromSql.
  • foreign_keys (list[oci.data_integration.models.ForeignKey]) – The value to assign to the foreign_keys property of this DataEntitySummaryFromSql.
  • resource_name (str) – The value to assign to the resource_name property of this DataEntitySummaryFromSql.
  • object_status (int) – The value to assign to the object_status property of this DataEntitySummaryFromSql.
  • identifier (str) – The value to assign to the identifier property of this DataEntitySummaryFromSql.
  • sql_query (str) – The value to assign to the sql_query property of this DataEntitySummaryFromSql.
description

Gets the description of this DataEntitySummaryFromSql. Detailed description for the object.

Returns:The description of this DataEntitySummaryFromSql.
Return type:str
entity_type

Gets the entity_type of this DataEntitySummaryFromSql. The entity type.

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

Returns:The entity_type of this DataEntitySummaryFromSql.
Return type:str
external_key

Gets the external_key of this DataEntitySummaryFromSql. The external key for the object

Returns:The external_key of this DataEntitySummaryFromSql.
Return type:str
foreign_keys

Gets the foreign_keys of this DataEntitySummaryFromSql. An array of foreign keys.

Returns:The foreign_keys of this DataEntitySummaryFromSql.
Return type:list[oci.data_integration.models.ForeignKey]
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.

identifier

Gets the identifier of this DataEntitySummaryFromSql. Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.

Returns:The identifier of this DataEntitySummaryFromSql.
Return type:str
key

Gets the key of this DataEntitySummaryFromSql. The object key.

Returns:The key of this DataEntitySummaryFromSql.
Return type:str
metadata

Gets the metadata of this DataEntitySummary.

Returns:The metadata of this DataEntitySummary.
Return type:oci.data_integration.models.ObjectMetadata
model_type

[Required] Gets the model_type of this DataEntitySummary. The data entity type.

Allowed values for this property are: “VIEW_ENTITY”, “TABLE_ENTITY”, “FILE_ENTITY”, “SQL_ENTITY”, “OBJECT_ENTITY”, “DATA_STORE_ENTITY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The model_type of this DataEntitySummary.
Return type:str
model_version

Gets the model_version of this DataEntitySummaryFromSql. The object’s model version.

Returns:The model_version of this DataEntitySummaryFromSql.
Return type:str
name

Gets the name of this DataEntitySummaryFromSql. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Returns:The name of this DataEntitySummaryFromSql.
Return type:str
object_status

Gets the object_status of this DataEntitySummaryFromSql. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

Returns:The object_status of this DataEntitySummaryFromSql.
Return type:int
object_version

Gets the object_version of this DataEntitySummaryFromSql. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this DataEntitySummaryFromSql.
Return type:int
other_type_label

Gets the other_type_label of this DataEntitySummaryFromSql. Specifies other type label.

Returns:The other_type_label of this DataEntitySummaryFromSql.
Return type:str
parent_ref

Gets the parent_ref of this DataEntitySummaryFromSql.

Returns:The parent_ref of this DataEntitySummaryFromSql.
Return type:oci.data_integration.models.ParentReference
resource_name

Gets the resource_name of this DataEntitySummaryFromSql. The resource name.

Returns:The resource_name of this DataEntitySummaryFromSql.
Return type:str
shape

Gets the shape of this DataEntitySummaryFromSql.

Returns:The shape of this DataEntitySummaryFromSql.
Return type:oci.data_integration.models.Shape
shape_id

Gets the shape_id of this DataEntitySummaryFromSql. The shape ID.

Returns:The shape_id of this DataEntitySummaryFromSql.
Return type:str
sql_query

Gets the sql_query of this DataEntitySummaryFromSql. sqlQuery

Returns:The sql_query of this DataEntitySummaryFromSql.
Return type:str
unique_keys

Gets the unique_keys of this DataEntitySummaryFromSql. An array of unique keys.

Returns:The unique_keys of this DataEntitySummaryFromSql.
Return type:list[oci.data_integration.models.UniqueKey]