Kinetica   C#   API  Version 7.2.3.1
MultiPartDownloadInfo Class Reference

Contains information about a multi-part download operation. More...

Properties

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...
 
long Offset [get, set]
 Gets or sets the offset in the file where this part starts. More...
 

Detailed Description

Contains information about a multi-part download operation.

Definition at line 106 of file FileOperationResult.cs.

Property Documentation

◆ Offset

long MultiPartDownloadInfo.Offset
getset

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

Definition at line 126 of file FileOperationResult.cs.

◆ PartNumber

int MultiPartDownloadInfo.PartNumber
getset

Gets or sets the current part number.

Definition at line 111 of file FileOperationResult.cs.

◆ PartSize

long MultiPartDownloadInfo.PartSize
getset

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

Definition at line 121 of file FileOperationResult.cs.

◆ TotalParts

int MultiPartDownloadInfo.TotalParts
getset

Gets or sets the total number of parts.

Definition at line 116 of file FileOperationResult.cs.


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