TenantDatabaseStatisticsBuilt (v1.0.0)

Indicates that tenant database statistics have been successfully built

TenantDatabaseStatisticsBuilt

Indicates that tenant 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)

indexCountinteger<int64>

The total number of indexes in use

trashedEntitySetCountinteger<int64>

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

tnstring

Unique identifier of the tenant

idstring

The unique identifier under which the statistics is stored

totalDataSizeinteger<int64>

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

totalIndexSizeinteger<int64>

The total size of all indexes (KiB)

trashedEntityCountinteger<int64>

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

createdstring<date-time>

The time the statistics were created

totalEntityCountinteger<int64>

The total number of entities

entityTypeCountinteger<int64>

The total number of (custom) entity types in use

dataSizeinteger<int64>

The total size of the data in use (KiB)

trashedEntityTypeCountinteger<int64>

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

trashedDataSizeinteger<int64>

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

tenantDatabaseNamestring

The name of the tenant database

totalEntitySetCountinteger<int64>

The total number of entity sets

entitySetCountinteger<int64>

The total number of entity sets in use

trashedIndexSizeinteger<int64>

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

orphanedDataSizeinteger<int64>

The total size of the orphaned data (KiB)

orphanedEntityCountinteger<int64>

The total number of entities that are orphaned

referenceIdstring

Unique reference identifier of this event instance

totalIndexCountinteger<int64>

The total number of indexes

trashedModelCountinteger<int64>

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

orphanedIndexCountinteger<int64>

The total number of indexes that are orphaned

modelCountinteger<int64>

The total number of custom models in use

entityCountinteger<int64>

The total number of entities in use

indexSizeinteger<int64>

The total size of all indexes in use (KiB)

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

orphanedIndexSizeinteger<int64>

The total size of all orphaned indexes (KiB)