Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 671 Bytes

File metadata and controls

15 lines (10 loc) · 671 Bytes

AllOfRule

Matches intervals satisfying all the rules in the query

Properties

Name Type Required Description
rules List[IntervalQueryRule] Yes
max_gaps Optional[int] No The maximum gaps between the intervals produced by the sub-rules. If not set, then gaps are not considered.
ordered bool Yes If true, the matched intervals must occur in order.
type Literal["allOf"] Yes None

[Back to Model list] [Back to API list] [Back to README]