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

Azure.Storage.Files.DataLake.Models.PathDeletedItem

public class PathDeletedItem
A path that has been soft deleted.
public DateTimeOffset? DeletedOn { get; }

When the path was deleted.

public string DeletionId { get; }

The deletion ID associated with the deleted path.

public string Path { get; }

The name of the path.

public int? RemainingRetentionDays { get; }

The number of days left before the soft deleted path will be permanently deleted.