public interface AzureClient
Modifier and Type | Method and Description |
---|---|
AzureFilePath |
createDirectory(AzureFilePath path) |
boolean |
createNewFile(AzureFilePath path) |
void |
delete(AzureFilePath path,
boolean recursively) |
boolean |
exists(AzureFilePath path) |
PathDetails |
getDetails(AzureFilePath path) |
List<PathDetails> |
listDirectory(AzureFilePath path) |
boolean |
move(AzureFilePath from,
AzureFilePath to) |
InputStream |
newInputStream(AzureFilePath path) |
OutputStream |
newOutputStream(AzureFilePath path) |
com.pervasive.datarush.azure.FileState |
whatIsThis(AzureFilePath path) |
AzureFilePath createDirectory(AzureFilePath path) throws IOException
IOException
boolean createNewFile(AzureFilePath path) throws IOException
IOException
void delete(AzureFilePath path, boolean recursively) throws IOException
IOException
boolean move(AzureFilePath from, AzureFilePath to) throws IOException
IOException
boolean exists(AzureFilePath path) throws IOException
IOException
PathDetails getDetails(AzureFilePath path) throws IOException
IOException
List<PathDetails> listDirectory(AzureFilePath path) throws IOException
IOException
InputStream newInputStream(AzureFilePath path) throws IOException
IOException
OutputStream newOutputStream(AzureFilePath path) throws IOException
IOException
com.pervasive.datarush.azure.FileState whatIsThis(AzureFilePath path) throws IOException
IOException
Copyright © 2020 Actian Corporation. All rights reserved.