Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | FILE_ENCODING = "file_encoding" |
Encoding to be applied to the output file data. More... | |
const string | BASE64 = "base64" |
Apply base64 encoding to the output file data. More... | |
const string | NONE = "none" |
Do not apply any encoding to the output file data. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file DownloadFiles.cs.
const string kinetica.DownloadFilesRequest.Options.BASE64 = "base64" |
Apply base64 encoding to the output file data.
Definition at line 44 of file DownloadFiles.cs.
const string kinetica.DownloadFilesRequest.Options.FILE_ENCODING = "file_encoding" |
Encoding to be applied to the output file data.
Supported values:
The default value is NONE.
Definition at line 40 of file DownloadFiles.cs.
const string kinetica.DownloadFilesRequest.Options.NONE = "none" |
Do not apply any encoding to the output file data.
Definition at line 48 of file DownloadFiles.cs.