Class TransferProgress
Reports the IProgress<T> of a transfer operation.
Inherited Members
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class TransferProgress
Fields
| Improve this Doc View SourceBytes
The cumuative number of bytes transfered for the Name.
Declaration
public ulong Bytes
Field Value
Type | Description |
---|---|
UInt64 |
Name
The name of the item being trasfered.
Declaration
public string Name
Field Value
Type | Description |
---|---|
String | Typically, a relative file path. |