Class ResultLakeStorageSpecification
Declares that the destination of a file transfer is the Result Lake.
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class ResultLakeStorageSpecification : StorageSpecification
Remarks
This type can be used in the DestinationSpecification to specify that output files should be transferred from the working directory of the application worker to the work unit directory in the Result Lake. When present, the Worker Host will replace it with a BlobDirectorySpecification that references the physical blob container that is allocated by the Result Lake Service upon request by the Worker Host.
Methods
View SourceToBlobDirectorySpecification(String, String, String)
Converts to a BlobDirectorySpecification, using the given blobContainerUri
.
Declaration
public static BlobDirectorySpecification ToBlobDirectorySpecification(string blobContainerUri, string jobId, string workUnitId)
Parameters
Type | Name | Description |
---|---|---|
System.String | blobContainerUri | The BLOB container URI. |
System.String | jobId | The job identifier. |
System.String | workUnitId | The work unit identifier. |
Returns
Type | Description |
---|---|
BlobDirectorySpecification |