Package com.gpudb.protocol
Class DownloadFilesRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.DownloadFilesRequest.Options
-
- Enclosing class:
- DownloadFilesRequest
public static final class DownloadFilesRequest.Options extends Object
-
-
Field Detail
-
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 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:
- Constant Field Values
-
BASE64
public static final String BASE64
Apply base64 encoding to the output file data.- See Also:
- Constant Field Values
-
NONE
public static final String NONE
Do not apply any encoding to the output file data.- See Also:
- Constant Field Values
-
-