Kinetica   C#   API  Version 7.2.3.1
MultiPartUploadInfo Class Reference

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...
 

Detailed Description

Contains information about a multi-part upload operation.

Definition at line 80 of file FileOperationResult.cs.

Property Documentation

◆ PartNumber

int MultiPartUploadInfo.PartNumber
getset

Gets or sets the current part number.

Definition at line 90 of file FileOperationResult.cs.

◆ PartSize

long MultiPartUploadInfo.PartSize
getset

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

Definition at line 100 of file FileOperationResult.cs.

◆ TotalParts

int MultiPartUploadInfo.TotalParts
getset

Gets or sets the total number of parts.

Definition at line 95 of file FileOperationResult.cs.

◆ UploadUuid

string MultiPartUploadInfo.UploadUuid = string.Empty
getset

Gets or sets the UUID for the multi-part upload.

Definition at line 85 of file FileOperationResult.cs.


The documentation for this class was generated from the following file: