BeaconFilter Table

The BeaconFilter table contains target filters.

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

Database Column

Details

BeaconFilterID

Type: integer. Key. Generated ID

Unqiue ID automatically assigned to each beacon target filters.

BeaconTargetID

Type: integer. Key

Target this filter refers to.

Include

Type: boolean

Boolean string indicating to include or exclude filter value.

IsLinked

Type: boolean

Boolean indicating if the filter is linked to site/subnet/device or an independent filter.

Value

Type: text (max 256 characters)

Filter value.

FilterType

Type: text (max 64 characters)

Filter type set for this filter.