Uses of Class
com.azure.storage.file.datalake.models.AccessControlChanges
Packages that use AccessControlChanges
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
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 AccessControlChangesModifier and TypeMethodDescriptionAccessControlChanges.setAggregateCounters
(AccessControlChangeCounters aggregateCounters) Sets anAccessControlChangeCounters
that contains counts of paths changed from start of the operation.AccessControlChanges.setBatchCounters
(AccessControlChangeCounters batchCounters) Sets anAccessControlChangeCounters
that contains counts of paths changed within a single batch.AccessControlChanges.setBatchFailures
(List<AccessControlChangeFailure> batchFailures) Sets a list of path entries that failed to update Access Control List within a single batch.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 AccessControlChangesModifier and TypeMethodDescriptionConsumer
<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 AccessControlChangesModifier and TypeMethodDescriptionPathRemoveAccessControlRecursiveOptions.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.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.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.