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

Azure.Storage.Files.DataLake.Models.PathSystemProperties

public class PathSystemProperties
The system properties for a path.
public long? ContentLength { get; }

The content length of the file or directory.

public DateTimeOffset? CreationTime { get; }

The creation time of the file or directory.

public string EncryptionContext { get; }

The encryption context of the file or directory.

public string EncryptionKeySha256 { get; }

The SHA-256 hash of the encryption key.

public string EncryptionScope { get; }

The encryption scope of the file or directory.

public ETag ETag { get; }

The eTag of the file or directory.

public DateTimeOffset? ExpiresOn { get; }

The expiration time of the file or directory.

public string Group { get; }

The owning group of the file or directory.

public bool? IsDirectory { get; }

If the path is a directory.

public bool? IsServerEncrypted { get; }

If the path is server encrypted.

The last modified time of the file or directory.

public string Owner { get; }

The owner of the file or directory.

public PathPermissions Permissions { get; }

The POSIX access permissions for the file owner, the file owning group, and others.