Документация RedBase

Добро пожаловать в документацию RedBase. Обзор API, примеры кода и руководства по работе с REDB.

API Reference

Обзор документации REDB API. Выберите пространство имён или тип в дереве слева, или кликните по элементам ниже.

Результаты поиска: AnyAsync Очистить
C E071_AnyAsync redb.Examples.Examples
I ILazyPropsLoader redb.Core.Providers
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?) OPTIMIZED Props loading with structure_ids filter and custom depth.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?) OPTIMIZED Props loading with structure_ids filter.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?) BULK Props loading with custom depth for nested RedbObject.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>) BULK Props loading for multiple objects with caching and parallelism.
I IPropsMaterializer redb.Core.Materialization
I IRedbQueryable<TProps> redb.Core.Query
M AnyAsync() Check if any records exist.
M AnyAsync(Expression<Func<TProps, bool>>) Check if any records match condition.
I ISchemeFieldResolver redb.Core.Schema
M ResolveManyAsync(long, IEnumerable<string>) Batch resolve multiple field paths. Uses internal caching.
C LazyPropsLoader redb.MSSql.Providers
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?) BULK Props loading with projection filter and custom depth.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?) BULK Props loading with projection filter (for Select projections).
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?) BULK Props loading with custom depth for nested RedbObject.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>) BULK Props loading for multiple objects via get_object_json batch.
C LazyPropsLoader redb.Postgres.Providers
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?) BULK Props loading with projection filter and custom depth.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?) BULK Props loading with projection filter (for Select projections).
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?) BULK Props loading with custom depth for nested RedbObject.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>) BULK Props loading for multiple objects via get_object_json batch.
C ProLazyPropsLoader redb.Core.Pro.Materialization
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?) OPTIMIZED Props loading with structure_ids filter and custom depth.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?) OPTIMIZED Props loading with structure_ids filter.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?) BULK Props loading with custom depth for nested RedbObject.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>) BULK Props loading for multiple objects with caching and parallelism.
C RedbQueryable<TProps> redb.Core.Query
M AnyAsync() Check if any records exist.
M AnyAsync(Expression<Func<TProps, bool>>) Check if any records match condition.
C SchemeFieldResolver redb.Core.Pro.Schema
M ResolveManyAsync(long, IEnumerable<string>) Batch resolve multiple fields (nested path support).
C TreeQueryableBase<TProps> redb.Core.Query.Base
M AnyAsync() Check if any records exist.
M AnyAsync(Expression<Func<TProps, bool>>) Check if any records match condition.