Search Results for

    Show / Hide Table of Contents

    Class SerialDifferencingAggregationDescriptor

    Inheritance
    object
    DescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation>
    PipelineAggregationDescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation, SingleBucketsPath>
    SerialDifferencingAggregationDescriptor
    Implements
    IDescriptor
    ISerialDifferencingAggregation
    IPipelineAggregation
    IAggregation
    Inherited Members
    PipelineAggregationDescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation, SingleBucketsPath>.Format(string)
    PipelineAggregationDescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation, SingleBucketsPath>.GapPolicy(GapPolicy?)
    PipelineAggregationDescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation, SingleBucketsPath>.BucketsPath(SingleBucketsPath)
    PipelineAggregationDescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation, SingleBucketsPath>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    DescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation>.Self
    DescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation>.Assign<TValue>(TValue, Action<ISerialDifferencingAggregation, TValue>)
    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 SerialDifferencingAggregationDescriptor : PipelineAggregationDescriptorBase<SerialDifferencingAggregationDescriptor, ISerialDifferencingAggregation, SingleBucketsPath>, IDescriptor, ISerialDifferencingAggregation, IPipelineAggregation, IAggregation

    Methods

    | Edit this page View Source

    Lag(int?)

    Declaration
    public SerialDifferencingAggregationDescriptor Lag(int? lag)
    Parameters
    Type Name Description
    int? lag
    Returns
    Type Description
    SerialDifferencingAggregationDescriptor

    Implements

    IDescriptor
    ISerialDifferencingAggregation
    IPipelineAggregation
    IAggregation

    Extension Methods

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