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)
119
var count = await Collection.GetAsync(r => true, top: 100).
CountAsync
();
357
var beforeCount = await Collection.GetAsync(r => true, top: 100).
CountAsync
();
359
var afterCount = await Collection.GetAsync(r => true, top: 100).
CountAsync
();
389
var beforeCount = await Collection.GetAsync(r => true, top: 100).
CountAsync
();
391
var afterCount = await Collection.GetAsync(r => true, top: 100).
CountAsync
();
399
var beforeCount = await Collection.GetAsync(r => true, top: 100).
CountAsync
();
401
var afterCount = await Collection.GetAsync(r => true, top: 100).
CountAsync
();
ModelTests\DynamicModelTests.cs (1)
102
var count = await fixture.Collection.GetAsync(r => true, top: 100).
CountAsync
();
Support\TestStore.cs (1)
152
var count = await results.
CountAsync
();