RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

API Reference

Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.

Search results for: Min Clear search
C Agg redb.Core.Query.Aggregation
M Min<T>(IEnumerable<T>) Minimum value from a collection
M Min<T>(T) Minimum value of a field
E AggregateFunction redb.Core.Query.Aggregation
T Min Minimum value
C AmbientSecurityContext redb.Core.Models.Security
M CreateAdminContext() Create temporary admin context
E ComparisonOperator redb.Core.Query.QueryExpressions
C E126_MinMaxAsync redb.Examples.Examples
C E144_MinMaxRedbAsync redb.Examples.Examples
C E194_MinMaxAsyncFiltered redb.Examples.Examples
C EffectiveUserConfiguration redb.Core.Models.Configuration
P MaxRequestsPerMinute Maximum number of requests per minute
C FieldStatistics<T> redb.Core.Query.Aggregation
P Min Minimum value
I IRedbQueryable<TProps> redb.Core.Query
M MinRedbAsync<TField>(Expression<Func<IRedbObject, TField>>) Minimum IRedbObject base field value (ValueLong, Key, DateCreate, etc.).
E PropertyFunction redb.Core.Query.QueryExpressions
T Minute Minute from date (DateTime.Minute)
C RedbQueryable<TProps> redb.Core.Query
M MinRedbAsync<TField>(Expression<Func<IRedbObject, TField>>) Minimum value of base IRedbObject field (ValueLong, Key, DateCreate, etc.)
C RedbSecurityContext redb.Core.Models.Security
M WithAdmin() Create context with admin user
C RedbServiceConfiguration redb.Core.Models.Configuration
C RedbTypeIds redb.Core.Utils
T EnumInt EnumInt type - stored as number
C UserConfigurationProps redb.Core.Models.Configuration
P ListCacheTtlMinutes List cache TTL (in minutes)
P MaxRequestsPerMinute Maximum number of requests per minute
P PropsCacheTtlMinutes Object cache TTL (in minutes)
C Win redb.Core.Query.Aggregation
M Min<T>(T) MIN(field) OVER (...)