Show / Hide Table of Contents

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 Source

ResultContainerName

The name of the result container name environment variable.

Declaration
public const string ResultContainerName = null
Field Value
Type Description
System.String
View Source

ResultLakeApiScope

The name of the Result Lake API scope environment variable.

Declaration
public const string ResultLakeApiScope = null
Field Value
Type Description
System.String
View Source

ResultLakeStoragePoolId

The name of the Result Lake storage pool identifier environment variable.

Declaration
public const string ResultLakeStoragePoolId = null
Field Value
Type Description
System.String
View Source

ResultLakeUrl

The name of the Result Lake URL environment variable.

Declaration
public const string ResultLakeUrl = null
Field Value
Type Description
System.String
View Source

ServiceRegistryTenant

The name of the service registry tenant environment variable.

Declaration
public const string ServiceRegistryTenant = null
Field Value
Type Description
System.String
View Source

WorkerHostClientId

The name of the worker host client id environment variable.

Declaration
public const string WorkerHostClientId = null
Field Value
Type Description
System.String
View Source

WorkerHostClientSecret

The name of the worker host client secret environment variable.

Declaration
public const string WorkerHostClientSecret = null
Field Value
Type Description
System.String
View Source

WorkUnitResultContainerUri

The work unit result container URI.

Declaration
public const string WorkUnitResultContainerUri = null
Field Value
Type Description
System.String
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.