[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.Data.IFlexPivotEngineProvider

IFlexPivotEngineProvider Interface

The flex pivot engine provider interface.

Namespace: C1.Web.Api.DataEngine.Data
Assembly: C1.AspNetCore.Api.DataEngine.dll
Syntax
public interface IFlexPivotEngineProvider
Public Interface IFlexPivotEngineProvider

Properties

Name Description
Fields

Gets the field collection defined in the data source.

RawData

Get the entire raw source data.

Methods

Name Description
GetAggregatedData(Dictionary<string, object>, CancellationTokenSource, Action<int>)

Gets the aggregated results according to the given view in an asynchronous execution

GetDetail(Dictionary<string, object>, object[])

Gets the source data rows used in obtaining a given aggregated value.

GetUniqueValues(Dictionary<string, object>, string)

Gets the unqiue values of the specified field.