BeaconStatistic Table

The BeaconStatistic table contains statistic values for file sent/received count data

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 BeaconStatistic table

Database Column

Details

BeaconStatisticID

Type: integer. Key. Generated ID

Unqiue ID assigned to each row.

BeaconID

Type: integer. Key

Beacon this property refers to.

BeaconStatisticFolderID

Type: integer. Key

The reference ID of the folder the statistic value relates to.

StatisticDateHourly

Type: datetime. Key

The fixed hour date for the statistic entry

UpdatedDate

Type: datetime

The date of the last entity update

ReceivedCount

Type: integer

ReceivedCount Value

ReceivedCountLastUpdate

Type: datetime. Nullable

Time of last ReceivedCount increment

SentCount

Type: integer

SentCount Value.

SentCountLastUpdate

Type: datetime. Nullable

Time of last SentCount increment