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

Azure.Storage.Files.DataLake.ServiceListFileSystemsHeaders

public string ContentType { get; }

The content type of list filesystem response. The default content type is application/json.

public string Continuation { get; }

If the number of filesystems 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 filesystems.

public string Version { get; }

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

public ServiceListFileSystemsHeaders(Response response)