Interface IWorkerHostResultLakeClient
Represents the contract between the Result Lake service and the OneCompute WorkerHost.
Namespace: DNVGL.One.Compute.WorkerHost.ResultLake
Assembly: DNVGL.One.Compute.WorkerHost.dll
Syntax
public interface IWorkerHostResultLakeClient
Methods
View SourceAllocateWorkItemStorageAsync(String, String)
Allocates a container for the result files from the given workUnitId.
Declaration
Task<string> AllocateWorkItemStorageAsync(string jobId, string workUnitId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | jobId | The job identifier. |
| System.String | workUnitId | The work unit identifier. |
Returns
| Type | Description |
|---|---|
| Task<System.String> | A container URI with a valid SAS token. |