DatabaseStatisticsBuilt (v1.0.0)

Indicates that database statistics have been successfully built

DatabaseStatisticsBuilt

Indicates that database statistics have been successfully built

Base Schema

All analytics events are based on the TrackEvent schema which provides common properties like messageId, userId, context, timestamps, and more.

Base Schema Reference: analytics-track.yaml

Event-Specific Properties

This schema shows only the event-specific properties that extend the base TrackEvent schema:

29 properties

Properties specific to this event type (extends BaseEvent)

modelCountinteger<int64>

The total number of custom models in use

entityCountinteger<int64>

The total number of entities in use

trashedEntityTypeCountinteger<int64>

The total number of (custom) entity types that were moved to the trash

trashedIndexSizeinteger<int64>

The total size of all indexes for which the related entity types were moved to the trash (KiB)

orphanedEntityCountinteger<int64>

The total number of entities that are orphaned

totalEntityCountinteger<int64>

The total number of entities

trashedEntityCountinteger<int64>

The total number of entities for which the related entity types were moved to the trash

trashedIndexCountinteger<int64>

The total number of indexes for which the related entity types were moved to the trash

orphanedEntitySetCountinteger<int64>

The total number of entity sets that are orphaned

dataSizeinteger<int64>

The total size of the data in use (KiB)

indexSizeinteger<int64>

The total size of all indexes in use (KiB)

trashedEntitySetCountinteger<int64>

The total number of entity sets for which the related entity types were moved to the trash

orphanedDataSizeinteger<int64>

The total size of the orphaned data (KiB)

referenceIdstring

Unique reference identifier of this event instance

tenantCountinteger<int64>

The number of tenants included in the statistics

totalIndexSizeinteger<int64>

The total size of all indexes (KiB)

trashedDataSizeinteger<int64>

The total size of the data for which the related entity types were moved to the trash (KiB)

orphanedIndexCountinteger<int64>

The total number of indexes that are orphaned

totalIndexCountinteger<int64>

The total number of indexes

trashedModelCountinteger<int64>

The total number of custom models that were moved to the trash

commentstring

Information that the event was backfilled

idstring

The unique identifier under which the statistics is stored

entityTypeCountinteger<int64>

The total number of (custom) entity types in use

entitySetCountinteger<int64>

The total number of entity sets in use

totalEntitySetCountinteger<int64>

The total number of entity sets

totalDataSizeinteger<int64>

The total size of the data held in the database (KiB)

indexCountinteger<int64>

The total number of indexes in use

orphanedIndexSizeinteger<int64>

The total size of all orphaned indexes (KiB)

createdstring<date-time>

The time the statistics were created