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. | |
| MultiPartUploadInfo? | UploadInfo [get, set] |
| Gets or sets information about a multi-part upload operation. | |
| MultiPartDownloadInfo? | DownloadInfo [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]
| inline |
Returns a string representation of this result.
Definition at line 68 of file FileOperationResult.cs.
◆ ToString() [2/2]
| inline |
Returns a string representation of this result.
Definition at line 68 of file FileOperationResult.cs.
Property Documentation
◆ DownloadInfo
| getset |
Gets or sets information about a multi-part download operation.
Definition at line 63 of file FileOperationResult.cs.
◆ ErrorMessage
| getset |
Gets or sets the error message, if any.
Definition at line 43 of file FileOperationResult.cs.
◆ Exception
| getset |
Gets or sets the exception that occurred, if any.
Definition at line 38 of file FileOperationResult.cs.
◆ FileName
| getset |
Gets or sets the name of the file being uploaded/downloaded.
Definition at line 23 of file FileOperationResult.cs.
◆ FileNames
| getset |
Gets or sets the list of all file names for full file operations.
Definition at line 28 of file FileOperationResult.cs.
◆ IsMultiPart
| getset |
Gets or sets whether this is a multi-part operation.
Definition at line 53 of file FileOperationResult.cs.
◆ IsSuccessful
| getset |
Gets or sets whether the operation was successful.
Definition at line 33 of file FileOperationResult.cs.
◆ OpMode
| getset |
Gets or sets the operation mode (upload or download).
Definition at line 48 of file FileOperationResult.cs.
◆ 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/FileSystem/FileOperationResult.cs
- Kinetica/FileSystem/FileOperationResult.cs