Interface IIntervalsAnyOf
A rule that emits intervals produced by any of its sub-rules.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IIntervalsAnyOf : IIntervals
Properties
| Edit this page View SourceIntervals
An array of rules to match.
Declaration
[DataMember(Name = "intervals")]
IEnumerable<IntervalsContainer> Intervals { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IntervalsContainer> |