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