Search Results for

    Show / Hide Table of Contents

    Class IntervalsFilter

    Inheritance
    object
    IntervalsFilter
    Implements
    IIntervalsFilter
    Inherited Members
    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 IntervalsFilter : IIntervalsFilter

    Properties

    | Edit this page View Source

    After

    Produces intervals that appear after an interval from the filter role

    Declaration
    public IntervalsContainer After { get; set; }
    Property Value
    Type Description
    IntervalsContainer
    | Edit this page View Source

    Before

    Produces intervals that appear before an interval from the filter role

    Declaration
    public IntervalsContainer Before { get; set; }
    Property Value
    Type Description
    IntervalsContainer
    | Edit this page View Source

    ContainedBy

    Produces intervals that are contained by an interval from the filter rule

    Declaration
    public IntervalsContainer ContainedBy { get; set; }
    Property Value
    Type Description
    IntervalsContainer
    | Edit this page View Source

    Containing

    Produces intervals that contain an interval from the filter rule

    Declaration
    public IntervalsContainer Containing { get; set; }
    Property Value
    Type Description
    IntervalsContainer
    | Edit this page View Source

    NotContainedBy

    Produces intervals that are not contained by an interval from the filter rule

    Declaration
    public IntervalsContainer NotContainedBy { get; set; }
    Property Value
    Type Description
    IntervalsContainer
    | Edit this page View Source

    NotContaining

    Produces intervals that do not contain an interval from the filter rule

    Declaration
    public IntervalsContainer NotContaining { get; set; }
    Property Value
    Type Description
    IntervalsContainer
    | Edit this page View Source

    NotOverlapping

    Produces intervals that do not overlap with an interval from the filter rule

    Declaration
    public IntervalsContainer NotOverlapping { get; set; }
    Property Value
    Type Description
    IntervalsContainer
    | Edit this page View Source

    Overlapping

    Produces intervals that overlap with an interval from the filter rule

    Declaration
    public IntervalsContainer Overlapping { get; set; }
    Property Value
    Type Description
    IntervalsContainer
    | Edit this page View Source

    Script

    filter intervals based on their start position, end position and internal gap count, using a script. The script has access to an

    interval
    variable, with
    start
    ,
    end
    and
    gaps
    properties
    Declaration
    public IScript Script { get; set; }
    Property Value
    Type Description
    IScript

    Implements

    IIntervalsFilter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • After
      • Before
      • ContainedBy
      • Containing
      • NotContainedBy
      • NotContaining
      • NotOverlapping
      • Overlapping
      • Script
    • Implements
    • Extension Methods
    Back to top Generated by DocFX