Skip to main content

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]

kinetica.FileSystem.DownloadOptions.DownloadOptions ()
inline

Creates a new DownloadOptions with default values.

Definition at line 17 of file DownloadOptions.cs.

◆ DownloadOptions() [2/4]

kinetica.FileSystem.DownloadOptions.DownloadOptions (booloverwriteExisting)
inline

Creates a new DownloadOptions with the specified values.

Parameters
overwriteExistingWhether to overwrite existing files.

Definition at line 25 of file DownloadOptions.cs.

◆ DownloadOptions() [3/4]

kinetica.FileSystem.DownloadOptions.DownloadOptions ()
inline

Creates a new DownloadOptions with default values.

Definition at line 17 of file DownloadOptions.cs.

◆ DownloadOptions() [4/4]

kinetica.FileSystem.DownloadOptions.DownloadOptions (booloverwriteExisting)
inline

Creates a new DownloadOptions with the specified values.

Parameters
overwriteExistingWhether to overwrite existing files.

Definition at line 25 of file DownloadOptions.cs.

Property Documentation

◆ Default

static DownloadOptions kinetica.FileSystem.DownloadOptions.Default
staticget

Returns the default download options.

Definition at line 33 of file DownloadOptions.cs.

◆ OverwriteExisting

bool kinetica.FileSystem.DownloadOptions.OverwriteExisting = true
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: