Table

table

The table object represents a table within a structured relational database or datastore, which contains columns and rows of data that are able to be create, updated, deleted and queried.

Attributes

CaptionNameTypeDescription
Created Timecreated_timeTimestamp

The time when the table was known to have been created.

DescriptiondescString

The description of the table.

GroupsgroupsGroup[]

The group names to which the table belongs.

Modified Timemodified_timeTimestamp

The most recent time when any changes, updates, or modifications were made within the table.

NamenameString

The table name, ordinarily as assigned by a database administrator.

Raw Dataraw_dataJSON

Group:context
The event data as received from the event source.

Record IDrecord_idString

Group:primary
Unique identifier for the object

SizesizeLong

The size of the data table in bytes.

Unique IDuidString

The unique identifier of the table.

UnmappedunmappedUnmapped[]

Data from the source that was not mapped into the schema.

Relationships

Table shown in context

Inbound Relationships

These objects and events reference Table in their attributes:

Outbound Relationships

Table references the following objects and events in its attributes:

This page describes ocsf-1.4.0