Class IntervalsAnyOf
A rule that emits intervals produced by any of its sub-rules.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class IntervalsAnyOf : IntervalsBase, IIntervalsAnyOf, IIntervals
Properties
| Edit this page View SourceIntervals
An array of rules to match.
Declaration
public IEnumerable<IntervalsContainer> Intervals { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IntervalsContainer> |