boolean |
DBFSVolumeClient.deleteObject(String catalog,
String schema,
String volume,
String objectPath) |
deleteObject(): Remove an object from a specified path within a UC Volume
|
org.apache.http.entity.InputStreamEntity |
DBFSVolumeClient.getObject(String catalog,
String schema,
String volume,
String objectPath) |
getObject(): Retrieves an object as input stream from the UC Volume
|
boolean |
DBFSVolumeClient.getObject(String catalog,
String schema,
String volume,
String objectPath,
String localPath) |
getObject(): Retrieves an object (file) from the UC Volume and stores it in the local path
|
boolean |
DBFSVolumeClient.putObject(String catalog,
String schema,
String volume,
String objectPath,
InputStream inputStream,
long contentLength,
boolean toOverwrite) |
putObject(): Upload data from an input stream to a specified path within a UC Volume.
|
boolean |
DBFSVolumeClient.putObject(String catalog,
String schema,
String volume,
String objectPath,
String localPath,
boolean toOverwrite) |
putObject(): Upload data from a local path to a specified path within a UC Volume.
|