<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.26.0-beta.1" />

Azure.Storage.Files.DataLake.PathLeaseHeaders

public DateTimeOffset? LastModified { get; }

The data and time the file was last modified. Write operations on the file update the last modified time.

public string LeaseId { get; }

A successful "renew" action returns the lease ID.

public string LeaseTime { get; }

The time remaining in the lease period in seconds.

public string Version { get; }

The version of the REST protocol used to process the request.

public PathLeaseHeaders(Response response)