Skip to content

Enum: DatastoreActivityTypeIdEnum

The normalized datastore resource type identifier.

URI: ocsf:DatastoreActivityTypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The datastore resource type is unknown
DATABASE None Database
DATABUCKET None Databucket
TABLE None Table
OTHER None The datastore resource type is not mapped

Slots

Name Description
type_id The normalized datastore resource type identifier

Identifier and Mapping Information

Schema Source

LinkML Source

name: DatastoreActivityTypeIdEnum
description: The normalized datastore resource type identifier.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The datastore resource type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  DATABASE:
    text: DATABASE
    description: Database
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Database
  DATABUCKET:
    text: DATABUCKET
    description: Databucket
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Databucket
  TABLE:
    text: TABLE
    description: Table
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Table
  OTHER:
    text: OTHER
    description: The datastore resource type is not mapped.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other