|
Kinetica C# API
Version 7.2.3.1
|
Options for downloading files from KiFS. More...
Collaboration diagram for DownloadOptions:Public Member Functions | |
| DownloadOptions () | |
| Creates a new DownloadOptions with default values. More... | |
| DownloadOptions (bool overwriteExisting) | |
| Creates a new DownloadOptions with the specified values. More... | |
Static Public Attributes | |
| static DownloadOptions | Default => new DownloadOptions(true) |
| Returns the default download options. More... | |
Properties | |
| bool | OverwriteExisting = true [get, set] |
| Gets or sets whether to overwrite existing files on the local file system. More... | |
Options for downloading files from KiFS.
Definition at line 6 of file DownloadOptions.cs.
|
inline |
Creates a new DownloadOptions with default values.
Definition at line 17 of file DownloadOptions.cs.
|
inline |
Creates a new DownloadOptions with the specified values.
| overwriteExisting | Whether to overwrite existing files. |
Definition at line 25 of file DownloadOptions.cs.
|
static |
Returns the default download options.
Definition at line 33 of file DownloadOptions.cs.
|
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.