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

Azure.Storage.Files.DataLake.FileSystemGetPropertiesHeaders

public DateTimeOffset? LastModified { get; }

The data and time the filesystem was last modified. Changes to filesystem properties update the last modified time, but operations on files and directories do not.

public string NamespaceEnabled { get; }

A bool string indicates whether the namespace feature is enabled. If "true", the namespace is enabled for the filesystem.

public string Properties { get; }

The user-defined properties associated with the filesystem. A comma-separated list of name and value pairs in the format "n1=v1, n2=v2, ...", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set.

public string Version { get; }

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

public FileSystemGetPropertiesHeaders(Response response)