A set of string constants for the parameter DownloadFilesRequest.options. More…
Static Public Attributes | |
| const string | FILE_ENCODING = “file_encoding” |
| Encoding to be applied to the output file data. | |
| const string | BASE64 = “base64” |
| Apply base64 encoding to the output file data. | |
| const string | NONE = “none” |
| Do not apply any encoding to the output file data. | |
Detailed Description
A set of string constants for the parameter DownloadFilesRequest.options.
Optional parameters.
Definition at line 21 of file DownloadFiles.cs.
Member Data Documentation
◆ BASE64
| static |
Apply base64 encoding to the output file data.
Definition at line 49 of file DownloadFiles.cs.
◆ FILE_ENCODING
| static |
Encoding to be applied to the output file data.
When using JSON serialization it is recommended to specify this as BASE64. Supported values:
- BASE64: Apply base64 encoding to the output file data.
- NONE: Do not apply any encoding to the output file data.
The default value is NONE.
Definition at line 46 of file DownloadFiles.cs.
◆ NONE
| static |
Do not apply any encoding to the output file data.
Definition at line 53 of file DownloadFiles.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/DownloadFiles.cs
- Kinetica/Protocol/DownloadFiles.cs