Search Results for

    Show / Hide Table of Contents

    Class IntervalsAnyOf

    A rule that emits intervals produced by any of its sub-rules.

    Inheritance
    object
    IntervalsBase
    IntervalsAnyOf
    Implements
    IIntervalsAnyOf
    IIntervals
    Inherited Members
    IntervalsBase.Filter
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class IntervalsAnyOf : IntervalsBase, IIntervalsAnyOf, IIntervals

    Properties

    | Edit this page View Source

    Intervals

    An array of rules to match.

    Declaration
    public IEnumerable<IntervalsContainer> Intervals { get; set; }
    Property Value
    Type Description
    IEnumerable<IntervalsContainer>

    Implements

    IIntervalsAnyOf
    IIntervals

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Intervals
    • Implements
    • Extension Methods
    Back to top Generated by DocFX