Enum ResultStorageTypes
Enumerates types of result stores.
Namespace: DNVGL.One.Compute.Core.JobProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
[Flags]
public enum ResultStorageTypes
Fields
| Name | Description |
|---|---|
| ResultLake | Results from the work item is stored in the Result Lake. |
| Unknown | The storage of results from the work item is unknown. |
| UserContainer | Results from the work item is stored in the user's container. |