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

Azure.Storage.Files.DataLake.Models.FileSystemProperties

public class FileSystemProperties
Properties of a file system.
public string DefaultEncryptionScope { get; }

DefaultEncryptionScope.

public DateTimeOffset? DeletedOn { get; }

DeletedTime.

public ETag ETag { get; }

The ETag contains a value that you can use to perform operations conditionally on the file system. If the request service version is 2011-08-18 or newer, the ETag value will be in quotes.

public bool? HasImmutabilityPolicy { get; }

Version 2017-11-09 and newer. Indicates whether the file system has an immutability policy set on it. Value is true if there is a policy set, false otherwise.

public bool? HasLegalHold { get; }

Version 2017-11-09 and newer. Indicates whether the file system has a legal hold. Value is true if there is one or more legal hold(s), false otherwise.

public DateTimeOffset LastModified { get; }

Returns the DateTimeOffset the file system was last modified. Any operation that modifies the file system, including an update of the file systems's metadata or properties, changes the last-modified time of the file system.

DataLakeLeaseDuration of the file system.

public DataLakeLeaseState? LeaseState { get; }

LeaseState of the file system.

LeaseStatus of the file system.

public IDictionary<string, string> Metadata { get; }

The file systems's metadata.

public bool? PreventEncryptionScopeOverride { get; }

DenyEncryptionScopeOverride.

public PublicAccessType? PublicAccess { get; }

PublicAccessType of the file system.

public int? RemainingRetentionDays { get; }

RemainingRetentionDays.