DailyContainerInventory Table

Stores daily container count for licensing and tracking purposes

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for DailyContainerInventory table

Database Column

Details

DailyContainerInventoryID

Type: integer. Key. Generated ID

Auto-generated unique identifier for daily container inventory record

RecordDate

Type: date. Key

Date of the container inventory count

ContainerCount

Type: integer

Number of active containers for the specific day

CreationDate

Type: datetime. Nullable

Timestamp of record creation