Package com.gpudb.protocol
Class DownloadFilesRequest.Options
java.lang.Object
com.gpudb.protocol.DownloadFilesRequest.Options
Enclosing class:
A set of string constants for the
DownloadFilesRequest parameter options.
Optional parameters.
Field Details
FILE_ENCODING
Encoding to be applied to the output file data. When using JSON serialization it is recommended to specify this asBASE64. Supported values:BASE64: Apply base64 encoding to the output file data.NONE: Do not apply any encoding to the output file data.
NONE.See Also: