你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
cursor_before_or_at()
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
A predicate function run over the records of a table to compare their ingestion time against the database cursor time.
Note
This function can only be invoked on records of a table that has the IngestionTime policy enabled.
Syntax
cursor_before_or_at(
RHS)
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
RHS | string |
✔️ | Either an empty string literal or a valid database cursor value. |
Returns
A scalar value of type bool
that indicates whether the record was ingested
before or at the database cursor RHS (true
) or not (false
).