Class DataTransferSpecification
Specifies data to be transferred to or from a worker executing a particular WorkUnit.
Inheritance
System.Object
DataTransferSpecification
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class DataTransferSpecification : object
Properties
View SourceDestination
Gets or sets the destination specification.
Declaration
public DestinationSpecification Destination { get; set; }
Property Value
Type | Description |
---|---|
DestinationSpecification | The destination specification. |
Source
Gets or sets the source specification.
Declaration
public SourceSpecification Source { get; set; }
Property Value
Type | Description |
---|---|
SourceSpecification | The source specification. |