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

Azure.Storage.Files.DataLake.Models.GetPathsAsyncCollection

namespace Azure.Storage.Files.DataLake.Models { public class PathAccessControl { public string Owner { get; } public string Group { get; } public PathPermissions Permissions { get; } public IEnumerable<PathAccessControlItem> AccessControlList { get; } } } namespace Azure.Storage.Files.DataLake.Models { internal class GetPathsAsyncCollection : StorageCollectionEnumerator<PathItem> { public GetPathsAsyncCollection(DataLakeFileSystemClient client, string path, bool? recursive, bool? upn, string beginFrom, string operationName); } }