NbOfflineObjectBucketTAggregateAsync Method |
オフラインバケットに対するAggregationはサポートしない。
Namespace: Nec.NebulaAssembly: 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
)
Public Overrides Function AggregateAsync (
pipeline As NbJsonArray,
Optional options As NbJsonObject = Nothing
) As Task(Of NbJsonArray)
public:
virtual Task<NbJsonArray^>^ AggregateAsync(
NbJsonArray^ pipeline,
NbJsonObject^ options = nullptr
) override
abstract AggregateAsync :
pipeline : NbJsonArray *
?options : NbJsonObject
(* Defaults:
let _options = defaultArg options null
*)
-> Task<NbJsonArray>
override 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 Exception | Condition |
---|
NotSupportedException | 未サポート |
Version Information Offline
Supported in: 1.0
See Also