34 writes to StartIndex
Aspire.Dashboard (1)
Model\TracesViewModel.cs (1)
86StartIndex = StartIndex,
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)
83StartIndex = 0, 142StartIndex = 0, 197StartIndex = 0, 252StartIndex = 0, 323StartIndex = 0, 400StartIndex = 0, 442StartIndex = 0, 497StartIndex = 0, 566StartIndex = 0, 643StartIndex = 0, 733StartIndex = 0, 749StartIndex = 0, 817StartIndex = 0, 869StartIndex = 0, 941StartIndex = 0, 1048StartIndex = 0, 1118StartIndex = 0, 1182StartIndex = 0, 1201StartIndex = 0, 1220StartIndex = 0, 1272StartIndex = 0, 1288StartIndex = 0, 1313StartIndex = 0, 1516StartIndex = 0, 1634StartIndex = 0, 1713StartIndex = 0, 1819StartIndex = 0, 1911StartIndex = 0, 1984StartIndex = 0, 2063StartIndex = 0, 2105StartIndex = 0,
1 reference to StartIndex
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
552var pagedResults = OtlpHelpers.GetItems(results, context.StartIndex, context.Count, _traces.IsFull, copyFunc);