Contains information about a multi-part download operation. More…
Properties | |
| int | PartNumber [get, set] |
| Gets or sets the current part number. | |
| int | TotalParts [get, set] |
| Gets or sets the total number of parts. | |
| long | PartSize [get, set] |
| Gets or sets the size of the current part in bytes. | |
| long | Offset [get, set] |
| Gets or sets the offset in the file where this part starts. | |
Detailed Description
Contains information about a multi-part download operation.
Definition at line 103 of file FileOperationResult.cs.
Property Documentation
◆ Offset
| getset |
Gets or sets the offset in the file where this part starts.
Definition at line 123 of file FileOperationResult.cs.
◆ PartNumber
| getset |
Gets or sets the current part number.
Definition at line 108 of file FileOperationResult.cs.
◆ PartSize
| getset |
Gets or sets the size of the current part in bytes.
Definition at line 118 of file FileOperationResult.cs.
◆ TotalParts
| getset |
Gets or sets the total number of parts.
Definition at line 113 of file FileOperationResult.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/FileSystem/FileOperationResult.cs
- Kinetica/FileSystem/FileOperationResult.cs