Interface for receiving callbacks during file download operations. More…
Public Member Functions | |
| void | OnMultiPartDownloadComplete (IList< FileOperationResult > results) |
| Called when all parts of a multi-part download have been completed. | |
| void | OnPartDownload (FileOperationResult result) |
| Called when a single part of a multi-part download has been completed. | |
| void | OnFullFileDownload (IList< string > fileNames) |
| Called when one or more full file downloads (non-multi-part) have been completed. | |
| void | OnMultiPartDownloadComplete (IList< FileOperationResult > results) |
| Called when all parts of a multi-part download have been completed. | |
| void | OnPartDownload (FileOperationResult result) |
| Called when a single part of a multi-part download has been completed. | |
| void | OnFullFileDownload (IList< string > fileNames) |
| Called when one or more full file downloads (non-multi-part) have been completed. | |
Detailed Description
Interface for receiving callbacks during file download operations.
Implement this interface to receive notifications about download progress.
Definition at line 7 of file IFileDownloadListener.cs.
Member Function Documentation
◆ OnFullFileDownload() [1/2]
| void kinetica.FileSystem.IFileDownloadListener.OnFullFileDownload | ( | IList< string > | fileNames | ) |
Called when one or more full file downloads (non-multi-part) have been completed.
| fileNames | List of file names that were downloaded. |
◆ OnFullFileDownload() [2/2]
| void kinetica.FileSystem.IFileDownloadListener.OnFullFileDownload | ( | IList< string > | fileNames | ) |
Called when one or more full file downloads (non-multi-part) have been completed.
| fileNames | List of file names that were downloaded. |
◆ OnMultiPartDownloadComplete() [1/2]
| void kinetica.FileSystem.IFileDownloadListener.OnMultiPartDownloadComplete | ( | IList< FileOperationResult > | results | ) |
Called when all parts of a multi-part download have been completed.
| results | List of results for each part of the download. |
◆ OnMultiPartDownloadComplete() [2/2]
| void kinetica.FileSystem.IFileDownloadListener.OnMultiPartDownloadComplete | ( | IList< FileOperationResult > | results | ) |
Called when all parts of a multi-part download have been completed.
| results | List of results for each part of the download. |
◆ OnPartDownload() [1/2]
| void kinetica.FileSystem.IFileDownloadListener.OnPartDownload | ( | FileOperationResult | result | ) |
Called when a single part of a multi-part download has been completed.
This is useful for tracking progress of large file downloads.
| result | Result of the part download. |
◆ OnPartDownload() [2/2]
| void kinetica.FileSystem.IFileDownloadListener.OnPartDownload | ( | FileOperationResult | result | ) |
Called when a single part of a multi-part download has been completed.
This is useful for tracking progress of large file downloads.
| result | Result of the part download. |
The documentation for this interface was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/FileSystem/IFileDownloadListener.cs
- Kinetica/FileSystem/IFileDownloadListener.cs