|
Kinetica C# API
Version 7.2.3.1
|
Contains information about a multi-part download operation. More...
Properties | |
| int | PartNumber [get, set] |
| Gets or sets the current part number. More... | |
| int | TotalParts [get, set] |
| Gets or sets the total number of parts. More... | |
| long | PartSize [get, set] |
| Gets or sets the size of the current part in bytes. More... | |
| long | Offset [get, set] |
| Gets or sets the offset in the file where this part starts. More... | |
Contains information about a multi-part download operation.
Definition at line 106 of file FileOperationResult.cs.
|
getset |
Gets or sets the offset in the file where this part starts.
Definition at line 126 of file FileOperationResult.cs.
|
getset |
Gets or sets the current part number.
Definition at line 111 of file FileOperationResult.cs.
|
getset |
Gets or sets the size of the current part in bytes.
Definition at line 121 of file FileOperationResult.cs.
|
getset |
Gets or sets the total number of parts.
Definition at line 116 of file FileOperationResult.cs.