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