Skip to main content

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

const string kinetica.DownloadFilesRequest.Options.BASE64 = “base64”
static

Apply base64 encoding to the output file data.

Definition at line 49 of file DownloadFiles.cs.

◆ FILE_ENCODING

const string kinetica.DownloadFilesRequest.Options.FILE_ENCODING = “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

const string kinetica.DownloadFilesRequest.Options.NONE = “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: