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