11 references to CountAsync
Microsoft.Extensions.DataIngestion.Tests (2)
Writers\VectorStoreWriterTests.cs (2)
92.CountAsync(); 148.CountAsync();
Microsoft.Extensions.VectorData.ConformanceTests (9)
ModelTests\BasicModelTests.cs (7)
119var count = await Collection.GetAsync(r => true, top: 100).CountAsync(); 357var beforeCount = await Collection.GetAsync(r => true, top: 100).CountAsync(); 359var afterCount = await Collection.GetAsync(r => true, top: 100).CountAsync(); 389var beforeCount = await Collection.GetAsync(r => true, top: 100).CountAsync(); 391var afterCount = await Collection.GetAsync(r => true, top: 100).CountAsync(); 399var beforeCount = await Collection.GetAsync(r => true, top: 100).CountAsync(); 401var afterCount = await Collection.GetAsync(r => true, top: 100).CountAsync();
ModelTests\DynamicModelTests.cs (1)
102var count = await fixture.Collection.GetAsync(r => true, top: 100).CountAsync();
Support\TestStore.cs (1)
152var count = await results.CountAsync();