Azure.Storage.Files.DataLake.Models.GetDeletedPathAsyncCollection
namespace Azure.Storage.Files.DataLake.Models
{
internal class GetDeletedPathAsyncCollection : StorageCollectionEnumerator<PathDeletedItem>
{
public GetDeletedPathAsyncCollection(DataLakeFileSystemClient client, string path, string operationName);
}
}