Contains information about a multi-part upload operation. More…
Properties | |
| string | UploadUuid = string.Empty [get, set] |
| Gets or sets the UUID for the multi-part upload. | |
| 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. | |
Detailed Description
Contains information about a multi-part upload operation.
Definition at line 77 of file FileOperationResult.cs.
Property Documentation
◆ PartNumber
| getset |
Gets or sets the current part number.
Definition at line 87 of file FileOperationResult.cs.
◆ PartSize
| getset |
Gets or sets the size of the current part in bytes.
Definition at line 97 of file FileOperationResult.cs.
◆ TotalParts
| getset |
Gets or sets the total number of parts.
Definition at line 92 of file FileOperationResult.cs.
◆ UploadUuid
| getset |
Gets or sets the UUID for the multi-part upload.
Definition at line 82 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