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

Optional parameters. 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

Optional parameters.

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

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

Definition at line 53 of file DownloadFiles.cs.

Member Data Documentation

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

Apply base64 encoding to the output file data.

Definition at line 80 of file DownloadFiles.cs.

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

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

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

Do not apply any encoding to the output file data.

Definition at line 84 of file DownloadFiles.cs.


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