Search Results for

    Show / Hide Table of Contents

    Interface IIpRangeAggregationRange

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIpRangeAggregationRange

    Properties

    | Edit this page View Source

    From

    Declaration
    [DataMember(Name = "from")]
    string From { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Mask

    Declaration
    [DataMember(Name = "mask")]
    string Mask { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    To

    Declaration
    [DataMember(Name = "to")]
    string To { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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