Click or drag to resize
IAppReduceDataAsync Method

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task ReduceDataAsync(
	bool confirm = false,
	IEnumerable<string> dropFieldNames = null,
	AsyncHandle asyncHandle = null
)

Parameters

confirm (Optional)
Type: SystemBoolean
dropFieldNames (Optional)
Type: System.Collections.GenericIEnumerableString
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: Task
See Also