Classes | |
| class | DownloadOptions |
| Options for downloading files from KiFS. More… | |
| class | FileOperationResult |
| Contains the result of a file upload or download operation. More… | |
| interface | IFileDownloadListener |
| Interface for receiving callbacks during file download operations. More… | |
| interface | IFileUploadListener |
| Interface for receiving callbacks during file upload operations. More… | |
| class | KifsDirectoryInfo |
| Contains information about a directory in KiFS. More… | |
| class | KifsFileInfo |
| Contains information about a file stored in KiFS. More… | |
| class | KineticaFileHandler |
| Main class for handling file operations with Kinetica’s KiFS (Kinetica File System). More… | |
| class | MultiPartDownloadInfo |
| Contains information about a multi-part download operation. More… | |
| class | MultiPartUploadInfo |
| Contains information about a multi-part upload operation. More… | |
| class | UploadOptions |
| Options for uploading files to KiFS. More… | |
Enumerations | |
| enum | OperationMode Upload , Download , Upload , Download |
| Indicates the type of file operation. More… | |
| enum | OperationMode Upload , Download , Upload , Download |
| Indicates the type of file operation. More… | |
Enumeration Type Documentation
◆ OperationMode [1/2]
Indicates the type of file operation.
| Enumerator | |
|---|---|
| Upload | Upload operation. |
| Download | Download operation. |
| Upload | Upload operation. |
| Download | Download operation. |
Definition at line 6 of file FileOperationResult.cs.
◆ OperationMode [2/2]
Indicates the type of file operation.
| Enumerator | |
|---|---|
| Upload | Upload operation. |
| Download | Download operation. |
| Upload | Upload operation. |
| Download | Download operation. |
Definition at line 6 of file FileOperationResult.cs.