Search Results for

    Show / Hide Table of Contents

    Interface IIntervalsAnyOf

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

    Inherited Members
    IIntervals.Filter
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIntervalsAnyOf : IIntervals

    Properties

    | Edit this page View Source

    Intervals

    An array of rules to match.

    Declaration
    [DataMember(Name = "intervals")]
    IEnumerable<IntervalsContainer> Intervals { get; set; }
    Property Value
    Type Description
    IEnumerable<IntervalsContainer>

    Extension Methods

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