Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Retrieves the current value of the cursor of the database in scope.
Deprecated aliases: current_cursor()
Syntax
cursor_current()
Learn more about syntax conventions.
Returns
Returns a single value of type string that encodes the current value of the
cursor of the database in scope.
Examples
The following example retrieves the current cursor value for the database.
// Retrieve the current cursor value for the database
print CurrentCursor = cursor_current()
Output
| CurrentCursor |
|---|
| 2024-08-01T12:00:00Z |
The output includes the current cursor value for the database, which is 2024-08-01T12:00:00Z.