Kinetica C# API
Version 7.1.10.0
|
Optional parameters. 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... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 53 of file DownloadFiles.cs.
const string kinetica.DownloadFilesRequest.Options.BASE64 = "base64" |
Apply base64 encoding to the output file data.
Definition at line 80 of file DownloadFiles.cs.
const string kinetica.DownloadFilesRequest.Options.FILE_ENCODING = "file_encoding" |
Encoding to be applied to the output file data.
When using JSON serialization it is recommended to specify this as base64. Supported values:
The default value is NONE.
Definition at line 76 of file DownloadFiles.cs.
const string kinetica.DownloadFilesRequest.Options.NONE = "none" |
Do not apply any encoding to the output file data.
Definition at line 84 of file DownloadFiles.cs.