Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SchemaChange.Counter

Queries the schema change counter.

Component Version macOS Windows Linux Server iOS SDK
SchemaChange 15.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ❌ No
MBS( "SchemaChange.Counter" )

Parameters

none

Result

Returns number or error.

Description

Queries the schema change counter.
This increases every time the plugin receives a callback about a new change.

This function can be used to quickly determinate if the counter changed and new changes are recorded.
Counts up even if disabled, so you know how many changes we received even when we not collect them.

Examples

Query last schema change counter:

Set Variable [ $Counter; Value: MBS( "SchemaChange.Counter" ) ]

Example result: 123

See also

Blog Entries

This function checks for a license.

Created 10th November 2025, last changed 11st November 2025


SchemaChange.Clear - SchemaChange.Disable