Kinetica   C#   API  Version 7.2.3.0
kinetica.VisualizeImageChartRequest.Options Struct Reference

A set of string constants for the parameter options. 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

A set of string constants for the parameter options.

Optional parameters.

Definition at line 203 of file VisualizeImageChart.cs.

Member Data Documentation

◆ BASE64

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

Apply base64 encoding to the output image.

Definition at line 224 of file VisualizeImageChart.cs.

◆ IMAGE_ENCODING

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

Encoding to be applied to the output image.

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

◆ NONE

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

Do not apply any additional encoding to the output image.

Definition at line 228 of file VisualizeImageChart.cs.


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