Options for downloading files from KiFS. More…
Public Member Functions | |
| DownloadOptions () | |
| Creates a new DownloadOptions with default values. | |
| DownloadOptions (bool overwriteExisting) | |
| Creates a new DownloadOptions with the specified values. | |
| DownloadOptions () | |
| Creates a new DownloadOptions with default values. | |
| DownloadOptions (bool overwriteExisting) | |
| Creates a new DownloadOptions with the specified values. | |
Properties | |
| bool | OverwriteExisting = true [get, set] |
| Gets or sets whether to overwrite existing files on the local file system. | |
| static DownloadOptions | Default [get] |
| Returns the default download options. | |
Detailed Description
Options for downloading files from KiFS.
Definition at line 6 of file DownloadOptions.cs.
Constructor & Destructor Documentation
◆ DownloadOptions() [1/4]
| inline |
Creates a new DownloadOptions with default values.
Definition at line 17 of file DownloadOptions.cs.
◆ DownloadOptions() [2/4]
| inline |
Creates a new DownloadOptions with the specified values.
| overwriteExisting | Whether to overwrite existing files. |
Definition at line 25 of file DownloadOptions.cs.
◆ DownloadOptions() [3/4]
| inline |
Creates a new DownloadOptions with default values.
Definition at line 17 of file DownloadOptions.cs.
◆ DownloadOptions() [4/4]
| inline |
Creates a new DownloadOptions with the specified values.
| overwriteExisting | Whether to overwrite existing files. |
Definition at line 25 of file DownloadOptions.cs.
Property Documentation
◆ Default
| staticget |
Returns the default download options.
Definition at line 33 of file DownloadOptions.cs.
◆ OverwriteExisting
| getset |
Gets or sets whether to overwrite existing files on the local file system.
Default is true.
Definition at line 12 of file DownloadOptions.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/DownloadOptions.cs
- Kinetica/FileSystem/DownloadOptions.cs