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 AccessControlChangesAccessControlChanges. setAggregateCounters(AccessControlChangeCounters aggregateCounters)Sets anAccessControlChangeCountersthat contains counts of paths changed from start of the operation.AccessControlChangesAccessControlChanges. setBatchCounters(AccessControlChangeCounters batchCounters)Sets anAccessControlChangeCountersthat contains counts of paths changed within a single batch.AccessControlChangesAccessControlChanges. setBatchFailures(List<AccessControlChangeFailure> batchFailures)Sets a list of path entries that failed to update Access Control List within a single batch.AccessControlChangesAccessControlChanges. 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 PathRemoveAccessControlRecursiveOptionsPathRemoveAccessControlRecursiveOptions. 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.PathSetAccessControlRecursiveOptionsPathSetAccessControlRecursiveOptions. 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.PathUpdateAccessControlRecursiveOptionsPathUpdateAccessControlRecursiveOptions. 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.
-