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

Azure.Storage.Files.DataLake.Models.PathHierarchyDeletedItem

Either a Prefix or Path.
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; } } }