Azure.Storage.Files.DataLake.Models.PathHierarchyDeletedItem
class PathHierarchyDeletedItem
namespace Azure.Storage.Files.DataLake.Models
{
internal class PathHierarchyDeletedItem
{
public string Prefix { get; }
public PathDeletedItem Path { get; }
public bool IsPrefix { get; }
public bool IsPath { get; }
}
}