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.
In this article
Applies to: ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
A predicate run over the records of a table to compare their ingestion time against a database cursor.
Note
This function can only be invoked on records of a table that has the IngestionTime policy enabled.
cursor_after(
RHS)
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
RHS | string |
✔️ | Either an empty string literal or a valid database cursor value. |
A scalar value of type bool
that indicates whether the record was ingested
after the database cursor RHS (true
) or not (false
).