Search Results for

    Show / Hide Table of Contents

    Class IpRangeBucket

    A bucket for an IpRangeAggregation

    Inheritance
    object
    IsAReadOnlyDictionaryBase<string, IAggregate>
    AggregateDictionary
    BucketBase
    IpRangeBucket
    Implements
    IIsAReadOnlyDictionary<string, IAggregate>
    IReadOnlyDictionary<string, IAggregate>
    IReadOnlyCollection<KeyValuePair<string, IAggregate>>
    IEnumerable<KeyValuePair<string, IAggregate>>
    IEnumerable
    IIsAReadOnlyDictionary
    IBucket
    Inherited Members
    AggregateDictionary.Default
    AggregateDictionary.Sanitize(string)
    AggregateDictionary.Min(string)
    AggregateDictionary.Max(string)
    AggregateDictionary.Sum(string)
    AggregateDictionary.Cardinality(string)
    AggregateDictionary.Average(string)
    AggregateDictionary.ValueCount(string)
    AggregateDictionary.AverageBucket(string)
    AggregateDictionary.Derivative(string)
    AggregateDictionary.SumBucket(string)
    AggregateDictionary.MovingAverage(string)
    AggregateDictionary.CumulativeSum(string)
    AggregateDictionary.BucketScript(string)
    AggregateDictionary.SerialDifferencing(string)
    AggregateDictionary.WeightedAverage(string)
    AggregateDictionary.MaxBucket(string)
    AggregateDictionary.MinBucket(string)
    AggregateDictionary.ScriptedMetric(string)
    AggregateDictionary.Stats(string)
    AggregateDictionary.StatsBucket(string)
    AggregateDictionary.ExtendedStats(string)
    AggregateDictionary.ExtendedStatsBucket(string)
    AggregateDictionary.GeoBounds(string)
    AggregateDictionary.GeoLine(string)
    AggregateDictionary.Percentiles(string)
    AggregateDictionary.PercentilesBucket(string)
    AggregateDictionary.PercentileRanks(string)
    AggregateDictionary.TopHits(string)
    AggregateDictionary.Filters(string)
    AggregateDictionary.Global(string)
    AggregateDictionary.Filter(string)
    AggregateDictionary.Missing(string)
    AggregateDictionary.Nested(string)
    AggregateDictionary.Normalize(string)
    AggregateDictionary.ReverseNested(string)
    AggregateDictionary.Children(string)
    AggregateDictionary.Parent(string)
    AggregateDictionary.Sampler(string)
    AggregateDictionary.DiversifiedSampler(string)
    AggregateDictionary.GeoCentroid(string)
    AggregateDictionary.SignificantTerms<TKey>(string)
    AggregateDictionary.SignificantTerms(string)
    AggregateDictionary.SignificantText<TKey>(string)
    AggregateDictionary.SignificantText(string)
    AggregateDictionary.Terms<TKey>(string)
    AggregateDictionary.Terms(string)
    AggregateDictionary.Histogram(string)
    AggregateDictionary.GeoHash(string)
    AggregateDictionary.GeoTile(string)
    AggregateDictionary.AdjacencyMatrix(string)
    AggregateDictionary.RareTerms<TKey>(string)
    AggregateDictionary.RareTerms(string)
    AggregateDictionary.Range(string)
    AggregateDictionary.DateRange(string)
    AggregateDictionary.IpRange(string)
    AggregateDictionary.GeoDistance(string)
    AggregateDictionary.DateHistogram(string)
    AggregateDictionary.VariableWidthHistogram(string)
    AggregateDictionary.MultiTerms(string)
    AggregateDictionary.MultiTerms<TKey>(string)
    AggregateDictionary.AutoDateHistogram(string)
    AggregateDictionary.Composite(string)
    AggregateDictionary.MatrixStats(string)
    AggregateDictionary.MedianAbsoluteDeviation(string)
    IsAReadOnlyDictionaryBase<string, IAggregate>.Count
    IsAReadOnlyDictionaryBase<string, IAggregate>.this[string]
    IsAReadOnlyDictionaryBase<string, IAggregate>.Keys
    IsAReadOnlyDictionaryBase<string, IAggregate>.Values
    IsAReadOnlyDictionaryBase<string, IAggregate>.BackingDictionary
    IsAReadOnlyDictionaryBase<string, IAggregate>.ContainsKey(string)
    IsAReadOnlyDictionaryBase<string, IAggregate>.TryGetValue(string, out IAggregate)
    IsAReadOnlyDictionaryBase<string, IAggregate>.Sanitize(string)
    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 IpRangeBucket : BucketBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IBucket

    Constructors

    | Edit this page View Source

    IpRangeBucket(IReadOnlyDictionary<string, IAggregate>)

    Declaration
    public IpRangeBucket(IReadOnlyDictionary<string, IAggregate> dict)
    Parameters
    Type Name Description
    IReadOnlyDictionary<string, IAggregate> dict

    Properties

    | Edit this page View Source

    DocCount

    The count of documents in the bucket

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

    From

    The IP address from

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

    Key

    The key for the bucket

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

    To

    The IP address to

    Declaration
    public string To { get; set; }
    Property Value
    Type Description
    string

    Implements

    IIsAReadOnlyDictionary<TKey, TValue>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    IIsAReadOnlyDictionary
    IBucket

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IpRangeBucket(IReadOnlyDictionary<string, IAggregate>)
    • Properties
      • DocCount
      • From
      • Key
      • To
    • Implements
    • Extension Methods
    Back to top Generated by DocFX