18 writes to StartIndex
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
96
StartIndex
= StartIndex,
Aspire.Dashboard.Tests (17)
TelemetryRepositoryTests\LogTests.cs (15)
68
StartIndex
= 0,
123
StartIndex
= 0,
175
StartIndex
= 0,
423
StartIndex
= 0,
521
StartIndex
= 0,
663
StartIndex
= 0,
811
StartIndex
= 0,
819
StartIndex
= 0,
880
StartIndex
= 0,
903
StartIndex
= 0,
979
StartIndex
= 0,
1069
StartIndex
= 0,
1134
StartIndex
= 0,
1208
StartIndex
= 0,
1248
StartIndex
= 0,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (2)
36
Assert.Empty(repository.GetLogs(new GetLogsContext { ApplicationKey = applicationKey, Count = 100, Filters = [],
StartIndex
= 0 }).Items);
47
Assert.Single(repository.GetLogs(new GetLogsContext { ApplicationKey = applicationKey, Count = 100, Filters = [],
StartIndex
= 0 }).Items);
1 reference to StartIndex
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
424
return OtlpHelpers.GetItems(results, context.
StartIndex
, context.Count, _logs.IsFull);