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