boolean |
DBFSVolumeClient.deleteObject(String catalog,
String schema,
String volume,
String objectPath) |
Deletes 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) |
Retrieves an object as an input stream from the UC Volume.
|
boolean |
DBFSVolumeClient.getObject(String catalog,
String schema,
String volume,
String objectPath,
String localPath) |
Downloads an object (file) from the UC Volume to a local path.
|
boolean |
DBFSVolumeClient.putObject(String catalog,
String schema,
String volume,
String objectPath,
InputStream inputStream,
long contentLength,
boolean toOverwrite) |
Uploads 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) |
Uploads data from a local file to a specified path within a UC Volume.
|