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
Agg
redb.Core.Query.Aggregation
Min<T>(IEnumerable<T>)
Minimum value from a collection
Min<T>(T)
Minimum value of a field
Min<TKey, TProps, TValue>(IRedbGrouping<TKey, TProps>, Expression<Func<TProps, TValue>>)
Minimum in a group: Agg.Min(g, x => x.Price)
AggregateFunction
redb.Core.Query.Aggregation
Min
Minimum value
AmbientSecurityContext
redb.Core.Models.Security
CreateAdminContext()
Create temporary admin context
ComparisonOperator
redb.Core.Query.QueryExpressions
E126_MinMaxAsync
redb.Examples.Examples
E144_MinMaxRedbAsync
redb.Examples.Examples
E194_MinMaxAsyncFiltered
redb.Examples.Examples
EffectiveUserConfiguration
redb.Core.Models.Configuration
MaxRequestsPerMinute
Maximum number of requests per minute
FieldStatistics<T>
redb.Core.Query.Aggregation
Min
Minimum value
IRedbQueryable<TProps>
redb.Core.Query
MinAsync<TField>(Expression<Func<TProps, TField>>)
Minimum field value.
MinRedbAsync<TField>(Expression<Func<IRedbObject, TField>>)
Minimum IRedbObject base field value (ValueLong, Key, DateCreate, etc.).
PropertyFunction
redb.Core.Query.QueryExpressions
Minute
Minute from date (DateTime.Minute)
RedbQueryable<TProps>
redb.Core.Query
MinAsync<TField>(Expression<Func<TProps, TField>>)
Minimum field value.
MinRedbAsync<TField>(Expression<Func<IRedbObject, TField>>)
Minimum value of base IRedbObject field (ValueLong, Key, DateCreate, etc.)
RedbSecurityContext
redb.Core.Models.Security
WithAdmin()
Create context with admin user
RedbServiceConfiguration
redb.Core.Models.Configuration
RedbTypeIds
redb.Core.Utils
EnumInt
EnumInt type - stored as number
UserConfigurationProps
redb.Core.Models.Configuration
ListCacheTtlMinutes
List cache TTL (in minutes)
MaxRequestsPerMinute
Maximum number of requests per minute
PropsCacheTtlMinutes
Object cache TTL (in minutes)