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
Returns a result of the bitwise or
operation of the two values.
binary_or(
value1,
value2 )
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
value1 | long |
✔️ | The left-hand value of the bitwise OR operation. |
value2 | long |
✔️ | The right-hand value of the bitwise OR operation. |
Returns logical OR operation on a pair of numbers: value1 | value2.