Class E126_MinMaxAsync

Assembly: redb.Examples.dll

Calculates min and max of numeric fields using MinAsync/MaxAsync.
Server-side aggregation without loading objects.

[ExampleMeta("E126", "MinAsync/MaxAsync - Range", "Analytics", ExampleTier.Free, 126, new string[] { "Min", "Max", "Aggregation", "Analytics" }, RelatedApis = new string[] { "IRedbQueryable.MinAsync", "IRedbQueryable.MaxAsync" })]
public class E126_MinMaxAsync : ExampleBase

Inheritance

ObjectExampleBaseE126_MinMaxAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)