Skip to main content

Class DownloadFilesRequest.Options

java.lang.Object
com.gpudb.protocol.DownloadFilesRequest.Options
Enclosing class:

public static final class DownloadFilesRequest.Options extends Object
A set of string constants for the DownloadFilesRequest parameter options.

Optional parameters.

  • Field Details

    • FILE_ENCODING

      public static final String 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.
    • BASE64

      public static final String BASE64
      Apply base64 encoding to the output file data.
    • NONE

      public static final String NONE
      Do not apply any encoding to the output file data.