54 writes to StartIndex
Aspire.Dashboard (10)
Api\TelemetryApiService.cs (1)
211StartIndex = 0,
Components\Pages\StructuredLogs.razor.cs (1)
613StartIndex = 0,
Components\Pages\TraceDetail.razor.cs (1)
287StartIndex = 0,
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
603StartIndex = 0,
Model\StructuredLogsViewModel.cs (1)
89StartIndex = StartIndex,
Otlp\Storage\GetLogsContext.cs (1)
26StartIndex = 0,
Otlp\Storage\SqliteTelemetryRepository.cs (2)
186StartIndex = 0, 201StartIndex = 0,
Otlp\Storage\SqliteTelemetryRepository.Runtime.cs (2)
295StartIndex = 0, 389StartIndex = 0,
Aspire.Dashboard.Tests (44)
Integration\OtlpHttpJsonTests.cs (2)
590StartIndex = 0, 667StartIndex = 0,
Model\DashboardDataSourceTests.cs (1)
1116StartIndex = 0,
Model\StructuredLogsPageViewModelTests.cs (1)
254StartIndex = 0,
Model\TelemetryExportServiceTests.cs (1)
63StartIndex = 0,
TelemetryRepositoryTests\LogTests.cs (31)
70StartIndex = 0, 181StartIndex = 0, 220StartIndex = 0, 255StartIndex = 0, 273StartIndex = 10, 283StartIndex = 10, 320StartIndex = 0, 377StartIndex = 0, 429StartIndex = 0, 677StartIndex = 0, 775StartIndex = 0, 917StartIndex = 0, 1065StartIndex = 0, 1073StartIndex = 0, 1110StartIndex = 0, 1152StartIndex = 0, 1160StartIndex = 0, 1221StartIndex = 0, 1244StartIndex = 0, 1320StartIndex = 0, 1410StartIndex = 0, 1475StartIndex = 0, 1549StartIndex = 0, 1589StartIndex = 0, 1630StartIndex = 0, 1671StartIndex = 0, 1714StartIndex = 0, 1756StartIndex = 0, 1814StartIndex = 0, 1868StartIndex = 0, 1949StartIndex = 0,
TelemetryRepositoryTests\SqliteTelemetryPersistenceTests.cs (1)
970StartIndex = 0,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (7)
42Assert.Empty((await repositoryContext.Repository.GetLogsAsync(new GetLogsContext { ResourceKeys = [resourceKey], Count = 100, Filters = [], StartIndex = 0 }, cancellationToken: CancellationToken.None)).Items); 53Assert.Single((await repositoryContext.Repository.GetLogsAsync(new GetLogsContext { ResourceKeys = [resourceKey], Count = 100, Filters = [], StartIndex = 0 }, cancellationToken: CancellationToken.None)).Items); 233var logs = await repositoryContext.Repository.GetLogsAsync(new GetLogsContext { ResourceKeys = [], StartIndex = 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None); 245var resource2Logs = await repositoryContext.Repository.GetLogsAsync(new GetLogsContext { ResourceKeys = [resource2Key], StartIndex = 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None); 274var logs = await repositoryContext.Repository.GetLogsAsync(new GetLogsContext { ResourceKeys = [], StartIndex = 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None); 318var logs = await repositoryContext.Repository.GetLogsAsync(new GetLogsContext { ResourceKeys = [], StartIndex = 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None); 349var logs = await repositoryContext.Repository.GetLogsAsync(new GetLogsContext { ResourceKeys = [], StartIndex = 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None);
2 references to StartIndex
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (2)
201query.Parameters.Add("StartIndex", context.StartIndex); 281query.Parameters.Add("StartIndex", Math.Max(context.StartIndex, 0));