Class WorkerHostEnvironmentVariableNames
Contains environment variable names that are set for the Worker Host by the work item scheduler.
Inheritance
System.Object
WorkerHostEnvironmentVariableNames
Namespace: DNVGL.One.Compute.Core.WorkerHost
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class WorkerHostEnvironmentVariableNames : object
Fields
View SourceResultContainerName
The name of the result container name environment variable.
Declaration
public const string ResultContainerName = null
Field Value
Type | Description |
---|---|
System.String |
ResultLakeApiScope
The name of the Result Lake API scope environment variable.
Declaration
public const string ResultLakeApiScope = null
Field Value
Type | Description |
---|---|
System.String |
ResultLakeStoragePoolId
The name of the Result Lake storage pool identifier environment variable.
Declaration
public const string ResultLakeStoragePoolId = null
Field Value
Type | Description |
---|---|
System.String |
ResultLakeUrl
The name of the Result Lake URL environment variable.
Declaration
public const string ResultLakeUrl = null
Field Value
Type | Description |
---|---|
System.String |
ServiceRegistryTenant
The name of the service registry tenant environment variable.
Declaration
public const string ServiceRegistryTenant = null
Field Value
Type | Description |
---|---|
System.String |
WorkerHostClientId
The name of the worker host client id environment variable.
Declaration
public const string WorkerHostClientId = null
Field Value
Type | Description |
---|---|
System.String |
WorkerHostClientSecret
The name of the worker host client secret environment variable.
Declaration
public const string WorkerHostClientSecret = null
Field Value
Type | Description |
---|---|
System.String |
WorkUnitResultContainerUri
The work unit result container URI.
Declaration
public const string WorkUnitResultContainerUri = null
Field Value
Type | Description |
---|---|
System.String |