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

Azure.Storage.Files.DataLake.Models.PathItem

public class PathItem
Path
public long? ContentLength { get; }

contentLength

public DateTimeOffset? CreatedOn { get; }

Created on.

public string EncryptionContext { get; }

Encryption context of the file. Encryption context is metadata that is not encrypted when stored on the file. The primary application of this field is to store non-encrypted data that can be used to derive the customer-provided key for a file. Not applicable for directories.

public string EncryptionScope { get; }

The name of the encryption scope under which the blob is encrypted.

public ETag ETag { get; }

eTag

public DateTimeOffset? ExpiresOn { get; }

Expiry-Time.

public string Group { get; }

group

public bool? IsDirectory { get; }

isDirectory

public DateTimeOffset LastModified { get; }

lastModified

public string Name { get; }

name

public string Owner { get; }

owner

public string Permissions { get; }

permissions