Skip to main content

Contains the result of a file upload or download operation. More…

Public Member Functions

override string ToString ()
 Returns a string representation of this result.
 
override string ToString ()
 Returns a string representation of this result.
 

Properties

string FileName = string.Empty [get, set]
 Gets or sets the name of the file being uploaded/downloaded.
 
IList< string > FileNames = new List<string>() [get, set]
 Gets or sets the list of all file names for full file operations.
 
bool IsSuccessful [get, set]
 Gets or sets whether the operation was successful.
 
Exception? Exception [get, set]
 Gets or sets the exception that occurred, if any.
 
string? ErrorMessage [get, set]
 Gets or sets the error message, if any.
 
OperationMode OpMode [get, set]
 Gets or sets the operation mode (upload or download).
 
bool IsMultiPart [get, set]
 Gets or sets whether this is a multi-part operation.
 
MultiPartUploadInfoUploadInfo [get, set]
 Gets or sets information about a multi-part upload operation.
 
MultiPartDownloadInfoDownloadInfo [get, set]
 Gets or sets information about a multi-part download operation.
 

Detailed Description

Contains the result of a file upload or download operation.

This is used for callback notifications during file transfers.

Definition at line 18 of file FileOperationResult.cs.

Member Function Documentation

◆ ToString() [1/2]

override string kinetica.FileSystem.FileOperationResult.ToString ()
inline

Returns a string representation of this result.

Definition at line 68 of file FileOperationResult.cs.

◆ ToString() [2/2]

override string kinetica.FileSystem.FileOperationResult.ToString ()
inline

Returns a string representation of this result.

Definition at line 68 of file FileOperationResult.cs.

Property Documentation

◆ DownloadInfo

MultiPartDownloadInfo kinetica.FileSystem.FileOperationResult.DownloadInfo
getset

Gets or sets information about a multi-part download operation.

Definition at line 63 of file FileOperationResult.cs.

◆ ErrorMessage

string kinetica.FileSystem.FileOperationResult.ErrorMessage
getset

Gets or sets the error message, if any.

Definition at line 43 of file FileOperationResult.cs.

◆ Exception

Exception kinetica.FileSystem.FileOperationResult.Exception
getset

Gets or sets the exception that occurred, if any.

Definition at line 38 of file FileOperationResult.cs.

◆ FileName

string kinetica.FileSystem.FileOperationResult.FileName = string.Empty
getset

Gets or sets the name of the file being uploaded/downloaded.

Definition at line 23 of file FileOperationResult.cs.

◆ FileNames

IList< string > kinetica.FileSystem.FileOperationResult.FileNames = new List<string>()
getset

Gets or sets the list of all file names for full file operations.

Definition at line 28 of file FileOperationResult.cs.

◆ IsMultiPart

bool kinetica.FileSystem.FileOperationResult.IsMultiPart
getset

Gets or sets whether this is a multi-part operation.

Definition at line 53 of file FileOperationResult.cs.

◆ IsSuccessful

bool kinetica.FileSystem.FileOperationResult.IsSuccessful
getset

Gets or sets whether the operation was successful.

Definition at line 33 of file FileOperationResult.cs.

◆ OpMode

OperationMode kinetica.FileSystem.FileOperationResult.OpMode
getset

Gets or sets the operation mode (upload or download).

Definition at line 48 of file FileOperationResult.cs.

◆ UploadInfo

MultiPartUploadInfo kinetica.FileSystem.FileOperationResult.UploadInfo
getset

Gets or sets information about a multi-part upload operation.

Definition at line 58 of file FileOperationResult.cs.


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