Search Results for

    Show / Hide Table of Contents

    Class AggregationFilter

    Filters aggregations

    Inheritance
    System.Object
    FilterBase
    AggregationFilter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class AggregationFilter : FilterBase

    Properties

    AggregationName

    The name of the aggregation this filter is connected to.

    Declaration
    public string AggregationName { get; set; }
    Property Value
    System.String

    Filter

    The filter to be applied.

    Declaration
    public FilterBase Filter { get; set; }
    Property Value
    FilterBase

    TemporaryAggregatorRequestId

    Autogenerated Guid at request time, for precise aggregation result mapping.

    Declaration
    public string TemporaryAggregatorRequestId { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static AggregationFilter FromJson(string data)
    Parameters
    System.String data

    Returns
    AggregationFilter

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX