Class E145_AverageRedbAsync

Assembly: redb.Examples.dll

AverageRedbAsync - average of base IRedbObject field WITHOUT JOIN.
Useful for statistics on Id distribution.

[ExampleMeta("E145", "AverageRedbAsync - Base Field Avg", "Analytics", ExampleTier.Free, 145, new string[] { "AverageRedbAsync", "Aggregation", "NoJoin" }, RelatedApis = new string[] { "IRedbQueryable.AverageRedbAsync" })]
public class E145_AverageRedbAsync : ExampleBase

Inheritance

ObjectExampleBaseE145_AverageRedbAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)