1 write to _workerOptions
AzureKusto.Worker (1)
IngestionWorker.cs (1)
25
_workerOptions
= workerOptions;
3 references to _workerOptions
AzureKusto.Worker (3)
IngestionWorker.cs (3)
40
_workerOptions
.CurrentValue.IsIngestionComplete = true;
55
DatabaseName =
_workerOptions
.CurrentValue.DatabaseName,
56
TableName =
_workerOptions
.CurrentValue.TableName,