|
Kinetica C# API
Version 7.2.3.1
|
Contains the result of a file upload or download operation. More...
Public Member Functions | |
| override string | ToString () |
| Returns a string representation of this result. More... | |
Properties | |
| string | FileName = string.Empty [get, set] |
| Gets or sets the name of the file being uploaded/downloaded. More... | |
| IList< string > | FileNames = new List<string>() [get, set] |
| Gets or sets the list of all file names for full file operations. More... | |
| bool | IsSuccessful [get, set] |
| Gets or sets whether the operation was successful. More... | |
| Exception? | Exception [get, set] |
| Gets or sets the exception that occurred, if any. More... | |
| string? | ErrorMessage [get, set] |
| Gets or sets the error message, if any. More... | |
| OperationMode | OpMode [get, set] |
| Gets or sets the operation mode (upload or download). More... | |
| bool | IsMultiPart [get, set] |
| Gets or sets whether this is a multi-part operation. More... | |
| MultiPartUploadInfo? | UploadInfo [get, set] |
| Gets or sets information about a multi-part upload operation. More... | |
| MultiPartDownloadInfo? | DownloadInfo [get, set] |
| Gets or sets information about a multi-part download operation. More... | |
Contains the result of a file upload or download operation.
This is used for callback notifications during file transfers.
Definition at line 21 of file FileOperationResult.cs.
|
inline |
Returns a string representation of this result.
Definition at line 71 of file FileOperationResult.cs.
|
getset |
Gets or sets information about a multi-part download operation.
Definition at line 66 of file FileOperationResult.cs.
|
getset |
Gets or sets the error message, if any.
Definition at line 46 of file FileOperationResult.cs.
|
getset |
Gets or sets the exception that occurred, if any.
Definition at line 41 of file FileOperationResult.cs.
|
getset |
Gets or sets the name of the file being uploaded/downloaded.
Definition at line 26 of file FileOperationResult.cs.
|
getset |
Gets or sets the list of all file names for full file operations.
Definition at line 31 of file FileOperationResult.cs.
|
getset |
Gets or sets whether this is a multi-part operation.
Definition at line 56 of file FileOperationResult.cs.
|
getset |
Gets or sets whether the operation was successful.
Definition at line 36 of file FileOperationResult.cs.
|
getset |
Gets or sets the operation mode (upload or download).
Definition at line 51 of file FileOperationResult.cs.
|
getset |
Gets or sets information about a multi-part upload operation.
Definition at line 61 of file FileOperationResult.cs.