Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.VisualizeImageChartRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string IMAGE_ENCODING = "image_encoding"
 Encoding to be applied to the output image. More...
 
const string BASE64 = "base64"
 Apply base64 encoding to the output image. More...
 
const string NONE = "none"
 Do not apply any additional encoding to the output image. More...
 

Detailed Description

Optional parameters.

  • IMAGE_ENCODING: 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.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 412 of file VisualizeImageChart.cs.

Member Data Documentation

const string kinetica.VisualizeImageChartRequest.Options.BASE64 = "base64"

Apply base64 encoding to the output image.

Definition at line 438 of file VisualizeImageChart.cs.

const string kinetica.VisualizeImageChartRequest.Options.IMAGE_ENCODING = "image_encoding"

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 435 of file VisualizeImageChart.cs.

const string kinetica.VisualizeImageChartRequest.Options.NONE = "none"

Do not apply any additional encoding to the output image.

Definition at line 442 of file VisualizeImageChart.cs.


The documentation for this struct was generated from the following file: