34 writes to Count
Aspire.Dashboard (1)
Model\TracesViewModel.cs (1)
87
Count
= Count,
Aspire.Dashboard.Tests (33)
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (2)
38
Assert.Empty(repository.GetTraces(new GetTracesRequest { ApplicationKey = applicationKey,
Count
= 100, Filters = [], StartIndex = 0, FilterText = string.Empty }).PagedResult.Items);
51
Assert.Single(repository.GetTraces(new GetTracesRequest { ApplicationKey = applicationKey,
Count
= 100, Filters = [], StartIndex = 0, FilterText = string.Empty }).PagedResult.Items);
TelemetryRepositoryTests\TraceTests.cs (31)
84
Count
= 10,
143
Count
= 10,
198
Count
= 10,
253
Count
= 10,
324
Count
= 10,
401
Count
= 10,
443
Count
= 10,
498
Count
= 10,
567
Count
= 10,
644
Count
= 10,
734
Count
= 10,
750
Count
= 10,
818
Count
= 10,
870
Count
= 10,
942
Count
= 10,
1049
Count
= 10,
1119
Count
= 10,
1183
Count
= 10,
1202
Count
= 10,
1221
Count
= 10,
1273
Count
= 10,
1289
Count
= 10,
1314
Count
= 10,
1517
Count
= 10,
1635
Count
= 10,
1714
Count
= 10,
1820
Count
= 10,
1912
Count
= 10,
1985
Count
= 10,
2064
Count
= 10,
2106
Count
= 10,
1 reference to Count
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
552
var pagedResults = OtlpHelpers.GetItems(results, context.StartIndex, context.
Count
, _traces.IsFull, copyFunc);