Class AccessControlChangeCounters
java.lang.Object
com.azure.storage.file.datalake.models.AccessControlChangeCounters
AccessControlChangeCounters contains counts of operations that change Access Control Lists recursively.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
The number of directories where Access Control List has been updated successfully.long
Returns the number of files where Access Control List has been updated successfully.long
Returns the number of paths where Access Control List update has failed.setChangedDirectoriesCount
(long changedDirectoriesCount) Sets the number of directories where Access Control List has been updated successfully.setChangedFilesCount
(long changedFilesCount) Sets number of files where Access Control List has been updated successfully.setFailedChangesCount
(long failedChangesCount) Sets the number of paths where Access Control List update has failed.
-
Constructor Details
-
AccessControlChangeCounters
public AccessControlChangeCounters()
-
-
Method Details
-
getChangedDirectoriesCount
public long getChangedDirectoriesCount()The number of directories where Access Control List has been updated successfully.- Returns:
- The number of directories where Access Control List has been updated successfully.
-
setChangedDirectoriesCount
Sets the number of directories where Access Control List has been updated successfully.- Parameters:
changedDirectoriesCount
- The number of directories where Access Control List has been updated successfully.- Returns:
- The updated object.
-
getChangedFilesCount
public long getChangedFilesCount()Returns the number of files where Access Control List has been updated successfully.- Returns:
- The number of files where Access Control List has been updated successfully.
-
setChangedFilesCount
Sets number of files where Access Control List has been updated successfully.- Parameters:
changedFilesCount
- The number of files where Access Control List has been updated successfully.- Returns:
- The updated object
-
getFailedChangesCount
public long getFailedChangesCount()Returns the number of paths where Access Control List update has failed.- Returns:
- The number of paths where Access Control List update has failed.
-
setFailedChangesCount
Sets the number of paths where Access Control List update has failed.- Parameters:
failedChangesCount
- The number of paths where Access Control List update has failed.- Returns:
- The updated object.
-