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

Azure.Storage.Files.DataLake.FileSystemCreateHeaders

public DateTimeOffset? LastModified { get; }

The data and time the filesystem was last modified. Operations on files and directories do not affect the last modified time.

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 Version { get; }

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

public FileSystemCreateHeaders(Response response)