1 write to _workerOptions
AzureKusto.Worker (1)
QueryWorker.cs (1)
22_workerOptions = workerOptions;
2 references to _workerOptions
AzureKusto.Worker (2)
QueryWorker.cs (2)
28while (!stoppingToken.IsCancellationRequested && !_workerOptions.CurrentValue.IsIngestionComplete) 34var reader = await _queryClient.ExecuteQueryAsync(_queryClient.DefaultDatabaseName, _workerOptions.CurrentValue.TableName, new ClientRequestProperties(), stoppingToken);