26 writes to StartIndex
Aspire.Dashboard (9)
Components\Pages\StructuredLogs.razor.cs (1)
582
StartIndex
= 0,
Components\Pages\TraceDetail.razor.cs (1)
311
StartIndex
= 0,
Model\Assistant\AssistantChatDataContext.cs (2)
129
StartIndex
= 0,
207
StartIndex
= 0,
Model\Assistant\Prompts\PromptContextsBuilder.cs (2)
72
StartIndex
= 0,
97
StartIndex
= 0,
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
393
StartIndex
= 0,
Model\StructuredLogsViewModel.cs (2)
88
StartIndex
= StartIndex,
127
StartIndex
= 0,
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)
38
Assert.Empty(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [],
StartIndex
= 0 }).Items);
49
Assert.Single(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [],
StartIndex
= 0 }).Items);
1 reference to StartIndex
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
429
return OtlpHelpers.GetItems(results, context.
StartIndex
, context.Count, _logs.IsFull);