Class ContainerResources
Represents a container and its file resources.
Inherited Members
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class ContainerResources
Properties
View SourceContainerName
Gets or sets the name of the container.
Declaration
public string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the container. |
Files
Gets or sets the files.
Declaration
public List<string> Files { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The files. |