Azure.Storage.Files.DataLake.Models.PathDeletedSegment
class PathDeletedSegment
namespace Azure.Storage.Files.DataLake.Models
{
internal class PathDeletedSegment
{
public string Continuation { get; }
public IEnumerable<PathHierarchyDeletedItem> DeletedPaths { get; }
}
}