IDiskRepositoryCollection<IconEntity, ObjectId>.AddOrReplaceAsync(IconEntity, IClientSessionHandle)
IDiskRepositoryCollection<IconEntity, ObjectId>.ReplaceOneAsync(IconEntity, OneOption<IconEntity>, IClientSessionHandle)
IDiskRepositoryCollection<IconEntity, ObjectId>.UpdateOneAsync(ObjectId, UpdateDefinition<IconEntity>, IClientSessionHandle)
IDiskRepositoryCollection<IconEntity, ObjectId>.UpdateOneAsync(FilterDefinition<IconEntity>, UpdateDefinition<IconEntity>, OneOption<IconEntity>, IClientSessionHandle)
IDiskRepositoryCollection<IconEntity, ObjectId>.UpdateManyAsync(FilterDefinition<IconEntity>, UpdateDefinition<IconEntity>, IClientSessionHandle)
IDiskRepositoryCollection<IconEntity, ObjectId>.DeleteOneAsync(FilterDefinition<IconEntity>, OneOption<IconEntity>, IClientSessionHandle)
IDiskRepositoryCollection<IconEntity, ObjectId>.DeleteManyAsync(FilterDefinition<IconEntity>, IClientSessionHandle)
IDiskRepositoryCollection<IconEntity, ObjectId>.GetCollection()
IRepositoryCollection<IconEntity, ObjectId>.AddAsync(IconEntity, IClientSessionHandle)
IRepositoryCollection<IconEntity, ObjectId>.TryAddAsync(IconEntity, IClientSessionHandle)
IRepositoryCollection<IconEntity, ObjectId>.DeleteOneAsync(ObjectId, IClientSessionHandle)
IRepositoryCollection<IconEntity, ObjectId>.GetPageProjectionAsync<T>(int, PagePosition, Expression<Func<IconEntity, T>>, Expression<Func<IconEntity, bool>>, Expression<Func<IconEntity, object>>, bool, CancellationToken)
IReadOnlyRepositoryCollection<IconEntity, ObjectId>.GetDirtyAsync()
IReadOnlyRepositoryCollection<IconEntity, ObjectId>.GetFailedIndices()
IRepositoryCollection.DropCollectionAsync()