NbObjectBucketBaseTAggregateAsync Method |
集計(Aggregation)を実行する。
集計結果は JSON配列 で返される。
Namespace: Nec.NebulaAssembly: 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
)
Public MustOverride Function AggregateAsync (
pipeline As NbJsonArray,
Optional options As NbJsonObject = Nothing
) As Task(Of NbJsonArray)
public:
virtual Task<NbJsonArray^>^ AggregateAsync(
NbJsonArray^ pipeline,
NbJsonObject^ options = nullptr
) abstract
abstract AggregateAsync :
pipeline : NbJsonArray *
?options : NbJsonObject
(* Defaults:
let _options = defaultArg options null
*)
-> Task<NbJsonArray>
Parameters
- pipeline
- Type: Nec.NebulaNbJsonArray
Aggregation Pipeline JSON配列 - options (Optional)
- Type: Nec.NebulaNbJsonObject
オプション
Return Value
Type:
TaskNbJsonArrayAggregation 実行結果
Exceptions Version Information Core
Supported in: 1.0
See Also