The database object is used for databases which are typically datastore services that contain an organized collection of structured and unstructured data or a types of data.
- Extends:
_entity
Attributes
Section titled “Attributes”type_id
- Type:
integer_t - Requirement: required
- Values:
0-Unknown: The type is unknown.1-Relational2-Network3-Object Oriented4-Centralized5-Operational6-NoSQL7-Vector8-Knowledge Graph99-Other: The type is not mapped. See thetypeattribute, which contains a data source specific value.
The normalized identifier of the database type.
data_classification
- Type:
data_classification - Requirement: recommended
The Data Classification object includes information about data classification levels and data category types.
data_classifications
- Type:
data_classification - Requirement: recommended
A list of Data Classification objects, that include information about data classification levels and data category types, identified by a classifier.
name
- Type:
string_t - Requirement: recommended
The database name, ordinarily as assigned by a database administrator.
type
- Type:
string_t - Requirement: recommended
The database type.
uid
- Type:
string_t - Requirement: recommended
The unique identifier of the database.
created_time
- Type:
timestamp_t - Requirement: optional
The time when the database was known to have been created.
created_time_dt
- Type:
datetime_t - Requirement: optional
The time when the database was known to have been created.
desc
- Type:
string_t - Requirement: optional
The description of the database.
embedding_model
- Type:
string_t - Requirement: optional
Model used for creating embeddings (if applicable). For example: text-embedding-ada-002 or all-MiniLM-L6-v2.
groups
- Type:
group - Requirement: optional
The group names to which the database belongs.
modified_time
- Type:
timestamp_t - Requirement: optional
The most recent time when any changes, updates, or modifications were made within the database.
modified_time_dt
- Type:
datetime_t - Requirement: optional
The most recent time when any changes, updates, or modifications were made within the database.
size
- Type:
long_t - Requirement: optional
The size of the database in bytes.
Constraints
Section titled “Constraints”At least one of: name, uid