A set of string constants for the parameter VisualizeImageChartRequest.options. More…
Static Public Attributes | |
| const string | IMAGE_ENCODING = “image_encoding” |
| Encoding to be applied to the output image. | |
| const string | BASE64 = “base64” |
| Apply base64 encoding to the output image. | |
| const string | NONE = “none” |
| Do not apply any additional encoding to the output image. | |
Detailed Description
A set of string constants for the parameter VisualizeImageChartRequest.options.
Optional parameters.
Definition at line 238 of file VisualizeImageChart.cs.
Member Data Documentation
◆ BASE64
| static |
Apply base64 encoding to the output image.
Definition at line 267 of file VisualizeImageChart.cs.
◆ IMAGE_ENCODING
| static |
Encoding to be applied to the output image.
When using JSON serialization it is recommended to specify this as BASE64. Supported values:
- BASE64: Apply base64 encoding to the output image.
- NONE: Do not apply any additional encoding to the output image.
The default value is NONE.
Definition at line 264 of file VisualizeImageChart.cs.
◆ NONE
| static |
Do not apply any additional encoding to the output image.
Definition at line 271 of file VisualizeImageChart.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/VisualizeImageChart.cs
- Kinetica/Protocol/VisualizeImageChart.cs