Uses of Class
com.azure.storage.file.datalake.models.AccessControlChangeFailure
Packages that use AccessControlChangeFailure
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of AccessControlChangeFailure in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return AccessControlChangeFailureModifier and TypeMethodDescriptionAccessControlChangeFailure.setDirectory
(boolean directory) Sets whether entry is a directory.AccessControlChangeFailure.setErrorMessage
(String errorMessage) Sets the error message that is the reason why entry failed to update.Sets the name of an entry.Methods in com.azure.storage.file.datalake.models that return types with arguments of type AccessControlChangeFailureModifier and TypeMethodDescriptionAccessControlChangeResult.getBatchFailures()
Optional the first set of batch failures.AccessControlChanges.getBatchFailures()
Returns a list of path entries that failed to update Access Control List within a single batch.Method parameters in com.azure.storage.file.datalake.models with type arguments of type AccessControlChangeFailureModifier and TypeMethodDescriptionAccessControlChangeResult.setBatchFailures
(List<AccessControlChangeFailure> batchFailures) Sets the first set of batch failures.AccessControlChanges.setBatchFailures
(List<AccessControlChangeFailure> batchFailures) Sets a list of path entries that failed to update Access Control List within a single batch.