1 namespace kinetica.FileSystem;
static DownloadOptions Default
Returns the default download options.
bool OverwriteExisting
Gets or sets whether to overwrite existing files on the local file system.
DownloadOptions(bool overwriteExisting)
Creates a new DownloadOptions with the specified values.
DownloadOptions()
Creates a new DownloadOptions with default values.
Options for downloading files from KiFS.