1 namespace kinetica.FileSystem;
20 public int Ttl {
get;
set; } = -1;
bool DeleteIfExists
Gets or sets whether to delete existing files before uploading.
UploadOptions(bool recursive, int ttl)
Creates a new UploadOptions with the specified values.
*.csv.*Default is true.*</summary > *bool Recursive
Gets or sets whether file search should be recursive along a directory hierarchy.
UploadOptions()
Creates a new UploadOptions with default values.
Options for uploading files to KiFS.
static UploadOptions Default
Returns the default upload options.
int Ttl
Gets or sets the time-to-live (TTL) value for uploaded files in minutes.