Click or drag to resize
NbOfflineObjectBucketTAggregateAsync Method
オフラインバケットに対するAggregationはサポートしない。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public override 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
NotSupportedException未サポート
Version Information

Offline

Supported in: 1.0
See Also