Uses of Class
com.azure.storage.file.datalake.models.AccessControlChanges
-
Packages that use AccessControlChanges Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI.com.azure.storage.file.datalake.options Package containing options model classes used by Azure Storage File Datalake. -
-
Uses of AccessControlChanges in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return AccessControlChanges Modifier and Type Method Description AccessControlChanges
AccessControlChanges. setAggregateCounters(AccessControlChangeCounters aggregateCounters)
Sets anAccessControlChangeCounters
that contains counts of paths changed from start of the operation.AccessControlChanges
AccessControlChanges. setBatchCounters(AccessControlChangeCounters batchCounters)
Sets anAccessControlChangeCounters
that contains counts of paths changed within a single batch.AccessControlChanges
AccessControlChanges. setBatchFailures(List<AccessControlChangeFailure> batchFailures)
Sets a list of path entries that failed to update Access Control List within a single batch.AccessControlChanges
AccessControlChanges. setContinuationToken(String continuationToken)
Sets the continuation token. -
Uses of AccessControlChanges in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return types with arguments of type AccessControlChanges Modifier and Type Method Description Consumer<com.azure.core.http.rest.Response<AccessControlChanges>>
PathRemoveAccessControlRecursiveOptions. getProgressHandler()
Gets a callback where caller can track progress of the operation as well as collect paths that failed to change Access Control.Consumer<com.azure.core.http.rest.Response<AccessControlChanges>>
PathSetAccessControlRecursiveOptions. getProgressHandler()
Gets a callback where caller can track progress of the operation as well as collect paths that failed to change Access Control.Consumer<com.azure.core.http.rest.Response<AccessControlChanges>>
PathUpdateAccessControlRecursiveOptions. getProgressHandler()
Gets a callback where caller can track progress of the operation as well as collect paths that failed to change Access Control.Method parameters in com.azure.storage.file.datalake.options with type arguments of type AccessControlChanges Modifier and Type Method Description PathRemoveAccessControlRecursiveOptions
PathRemoveAccessControlRecursiveOptions. setProgressHandler(Consumer<com.azure.core.http.rest.Response<AccessControlChanges>> progressHandler)
Sets a callback where caller can track progress of the operation as well as collect paths that failed to change Access Control.PathSetAccessControlRecursiveOptions
PathSetAccessControlRecursiveOptions. setProgressHandler(Consumer<com.azure.core.http.rest.Response<AccessControlChanges>> progressHandler)
Sets a callback where caller can track progress of the operation as well as collect paths that failed to change Access Control.PathUpdateAccessControlRecursiveOptions
PathUpdateAccessControlRecursiveOptions. setProgressHandler(Consumer<com.azure.core.http.rest.Response<AccessControlChanges>> progressHandler)
Sets a callback where caller can track progress of the operation as well as collect paths that failed to change Access Control.
-