| Package | Description |
|---|---|
| com.azure.storage.file.datalake |
Package containing the class required for DataLakeStorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
PathInfo |
DataLakePathClient.create()
Creates a resource.
|
PathInfo |
DataLakePathClient.create(boolean overwrite)
Creates a resource.
|
PathInfo |
DataLakeFileClient.flush(long position)
Flushes (writes) data previously appended to the file through a call to append.
|
PathInfo |
DataLakeFileClient.flush(long position,
boolean overwrite)
Flushes (writes) data previously appended to the file through a call to append.
|
PathInfo |
DataLakePathClient.setAccessControlList(List<PathAccessControlEntry> accessControlList,
String group,
String owner)
Changes the access control list, group and/or owner for a resource.
|
PathInfo |
DataLakePathClient.setPermissions(PathPermissions permissions,
String group,
String owner)
Changes the permissions, group and/or owner for a resource.
|
PathInfo |
DataLakeFileClient.upload(InputStream data,
long length)
Creates a new file.
|
PathInfo |
DataLakeFileClient.upload(InputStream data,
long length,
boolean overwrite)
Creates a new file, or updates the content of an existing file.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.