BinaryOccurrence.Type specifies how many times the item is expected to appear in the group.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the BinaryOccurrence.Type, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).
| Argument | Value | Description |
|---|---|---|
| BinaryOccurrence.Optional | 0 | The item is expected to appear zero or one time in the input. |
| BinaryOccurrence.Required | 1 | The item is expected to appear once in the input. |
| BinaryOccurrence.Repeating | 2 | The item is expected to appear zero or more times in the input. |
Applies to
Here’s a list of functions that work with BinaryOccurrence.Type:
2023-2026 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy