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: Max Clear search
C Agg redb.Core.Query.Aggregation
M Max<T>(IEnumerable<T>) Maximum value from a collection
M Max<T>(T) Maximum value of a field
E AggregateFunction redb.Core.Query.Aggregation
T Max Maximum value
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 MaxBatchSize Maximum batch operation size
P MaxLoadDepth Maximum object loading depth
P MaxRequestsPerMinute Maximum number of requests per minute
P MaxTreeDepth Maximum tree depth
C FieldStatistics<T> redb.Core.Query.Aggregation
P Max Maximum value
I IRedbQueryable<TProps> redb.Core.Query
M MaxRedbAsync<TField>(Expression<Func<IRedbObject, TField>>) Maximum IRedbObject base field value (ValueLong, Key, DateCreate, etc.).
M WithMaxDepth(int) Configure maximum tree search depth.
M WithMaxRecursionDepth(int) Configure maximum recursion depth for complex queries ($and/$or/$not).
I ITreeRedbObject redb.Core.Models.Contracts
P MaxDepth Gets maximum depth of subtree from current node
C LicenseInfo redb.Core.Pro.Licensing
P MaxVersion Maximum library version this license supports
C MemoryUsageInfo redb.Core.Caching
P MaxBytes Maximum memory in bytes (if limited).
C PvtSqlGenerator redb.MSSql.Pro.Query
M WrapForMax(string, string) Wraps column for MAX() aggregation with table alias.
M WrapForMax(string) Wraps column for MAX() aggregation. T-SQL doesn't support MAX on BIT type.
C RedbQueryable<TProps> redb.Core.Query
M MaxRedbAsync<TField>(Expression<Func<IRedbObject, TField>>) Maximum value of base IRedbObject field (ValueLong, Key, DateCreate, etc.)
M WithMaxDepth(int) Configure maximum tree search depth.
M WithMaxRecursionDepth(int) Configure maximum recursion depth for complex queries ($and/$or/$not).
C TreeCollectionStats redb.Core.Models.Collections
C TreeFilter redb.Core.Query.Base
C TreeQueryableBase<TProps> redb.Core.Query.Base
M WithMaxDepth(int) Configure maximum search depth in tree
M WithMaxRecursionDepth(int) Configure maximum recursion depth for complex queries ($and/$or/$not).
C TreeRedbObject redb.Core.Models.Entities
P MaxDepth Gets maximum depth of subtree from current node
C TreeRedbObject<TProps> redb.Core.Models.Entities
P MaxDepth Gets maximum depth of subtree from current node
C UserConfigurationProps redb.Core.Models.Configuration
P MaxBatchSize Maximum batch operation size
P MaxLoadDepth Maximum object loading depth
P MaxRequestsPerMinute Maximum number of requests per minute
P MaxTreeDepth Maximum tree depth
C Win redb.Core.Query.Aggregation
M Max<T>(T) MAX(field) OVER (...)