Skip to main content

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

int kinetica.FileSystem.MultiPartUploadInfo.PartNumber
getset

Gets or sets the current part number.

Definition at line 87 of file FileOperationResult.cs.

◆ PartSize

long kinetica.FileSystem.MultiPartUploadInfo.PartSize
getset

Gets or sets the size of the current part in bytes.

Definition at line 97 of file FileOperationResult.cs.

◆ TotalParts

int kinetica.FileSystem.MultiPartUploadInfo.TotalParts
getset

Gets or sets the total number of parts.

Definition at line 92 of file FileOperationResult.cs.

◆ UploadUuid

string kinetica.FileSystem.MultiPartUploadInfo.UploadUuid = string.Empty
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: