Click or drag to resize
NbObjectBucketBaseTAggregateAsync Method
集計(Aggregation)を実行する。 集計結果は JSON配列 で返される。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public abstract Task<NbJsonArray> AggregateAsync(
	NbJsonArray pipeline,
	NbJsonObject options = null
)

Parameters

pipeline
Type: Nec.NebulaNbJsonArray
Aggregation Pipeline JSON配列
options (Optional)
Type: Nec.NebulaNbJsonObject
オプション

Return Value

Type: TaskNbJsonArray
Aggregation 実行結果
Exceptions
ExceptionCondition
ArgumentNullExceptionPipelineがnull
Version Information

Core

Supported in: 1.0
See Also