<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.22.0" />

Azure.Storage.Files.DataLake.Models.AccessControlChanges

public struct AccessControlChanges
AccessControlChanges contains batch and cumulative counts of operations that change Access Control Lists recursively. Additionally it exposes path entries that failed to update while these operations progress.

A AccessControlChangeCounters that contains counts of paths changed from start of the operation.

A AccessControlChangeCounters that contains counts of paths changed within single batch.

An enumerable of path entries that failed to update Access Control List within single batch.

public string ContinuationToken { get; }

Optional continuation token. Value is present when operation is split into multiple batches and can be used to resume progress.