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

A set of string constants for the parameter options. More...

Public Attributes

const string FILE_ENCODING = "file_encoding"
 Encoding to be applied to the output file data. More...
 
const string BASE64 = "base64"
 Apply base64 encoding to the output file data. More...
 
const string NONE = "none"
 Do not apply any encoding to the output file data. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 21 of file DownloadFiles.cs.

Member Data Documentation

◆ BASE64

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

Apply base64 encoding to the output file data.

Definition at line 44 of file DownloadFiles.cs.

◆ FILE_ENCODING

const string kinetica.DownloadFilesRequest.Options.FILE_ENCODING = "file_encoding"

Encoding to be applied to the output file data.

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 40 of file DownloadFiles.cs.

◆ NONE

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

Do not apply any encoding to the output file data.

Definition at line 48 of file DownloadFiles.cs.


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