Class E150_ArrayAggregation

Assembly: redb.Examples.dll

Array aggregation - aggregate all elements of array field or specific index.
SkillLevels[] contains numeric values (1-5) for aggregation.

[ExampleMeta("E150", "Array Aggregation", "Analytics", ExampleTier.Free, 150, new string[] { "Array", "Aggregation", "Sum" }, RelatedApis = new string[] { "Agg.Sum", "Agg.Average" })]
public class E150_ArrayAggregation : ExampleBase

Inheritance

ObjectExampleBaseE150_ArrayAggregation

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)