Class TransferStrategy
- Namespace
- DotCompute.Core.Memory
- Assembly
- DotCompute.Core.dll
Transfer strategy information.
public sealed class TransferStrategy
- Inheritance
-
TransferStrategy
- Inherited Members
Properties
ChunkSize
Gets or sets the chunk size.
public int ChunkSize { get; init; }
Property Value
- int
The chunk size.
EstimatedBandwidthGBps
Gets or sets the estimated bandwidth g bps.
public double EstimatedBandwidthGBps { get; init; }
Property Value
- double
The estimated bandwidth g bps.
Type
Gets or sets the type.
public required TransferType Type { get; init; }
Property Value
- TransferType
The type.