Azure.Storage.Files.DataLake.Models.GetPathsAsyncCollection
namespace Azure.Storage.Files.DataLake.Models
{
internal class GetPathsAsyncCollection : StorageCollectionEnumerator<PathItem>
{
public GetPathsAsyncCollection(DataLakeFileSystemClient client, string path, bool? recursive, bool? upn, string operationName);
}
}