Skip to main content

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

long kinetica.FileSystem.MultiPartDownloadInfo.Offset
getset

Gets or sets the offset in the file where this part starts.

Definition at line 123 of file FileOperationResult.cs.

◆ PartNumber

int kinetica.FileSystem.MultiPartDownloadInfo.PartNumber
getset

Gets or sets the current part number.

Definition at line 108 of file FileOperationResult.cs.

◆ PartSize

long kinetica.FileSystem.MultiPartDownloadInfo.PartSize
getset

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

Definition at line 118 of file FileOperationResult.cs.

◆ TotalParts

int kinetica.FileSystem.MultiPartDownloadInfo.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: