|
Kinetica C# API
Version 7.2.3.1
|
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. More... | |
| 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... | |
Contains information about a multi-part upload operation.
Definition at line 80 of file FileOperationResult.cs.
|
getset |
Gets or sets the current part number.
Definition at line 90 of file FileOperationResult.cs.
|
getset |
Gets or sets the size of the current part in bytes.
Definition at line 100 of file FileOperationResult.cs.
|
getset |
Gets or sets the total number of parts.
Definition at line 95 of file FileOperationResult.cs.
|
getset |
Gets or sets the UUID for the multi-part upload.
Definition at line 85 of file FileOperationResult.cs.