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

Azure.Storage.Files.DataLake.FileSystemListPathsHeaders

public string Continuation { get; }

If the number of paths to be listed exceeds the maxResults limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the list operation to continue listing the paths.

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

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

public FileSystemListPathsHeaders(Response response)