Uses of Class
com.azure.storage.file.datalake.models.PathPermissions
-
Packages that use PathPermissions Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of PathPermissions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PathPermissions Modifier and Type Method Description Mono<PathInfo>DataLakePathAsyncClient. setPermissions(PathPermissions permissions, String group, String owner)Changes the permissions, group and/or owner for a resource.PathInfoDataLakePathClient. setPermissions(PathPermissions permissions, String group, String owner)Changes the permissions, group and/or owner for a resource.Mono<com.azure.core.http.rest.Response<PathInfo>>DataLakePathAsyncClient. setPermissionsWithResponse(PathPermissions permissions, String group, String owner, DataLakeRequestConditions requestConditions)Changes the permissions, group and/or owner for a resource.com.azure.core.http.rest.Response<PathInfo>DataLakePathClient. setPermissionsWithResponse(PathPermissions permissions, String group, String owner, DataLakeRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)Changes the permissions, group and/or owner for a resource. -
Uses of PathPermissions in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return PathPermissions Modifier and Type Method Description PathPermissionsPathAccessControl. getPermissions()Get the permissions property: The permissions property.static PathPermissionsPathPermissions. parseOctal(String octal)Converts an octal string into aPathPermissionsobject.static PathPermissionsPathPermissions. parseSymbolic(String str)Converts a symbolic representation of the permissions into aPathPermissionsobject.PathPermissionsPathPermissions. setGroup(RolePermissions group)Sets the permissions for the owning group of the resource.PathPermissionsPathPermissions. setOther(RolePermissions other)Sets the permissions for the other users of the resource.PathPermissionsPathPermissions. setOwner(RolePermissions owner)Sets the permissions for the owner of the resource.PathPermissionsPathPermissions. setStickyBit(boolean hasStickyBit)Sets the value of the sticky bit.Constructors in com.azure.storage.file.datalake.models with parameters of type PathPermissions Constructor Description PathAccessControl(List<PathAccessControlEntry> accessControlList, PathPermissions permissions, String group, String owner)Constructs a newPathAccessControl.
-