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

Azure.Storage.Files.DataLake.Models.PathSegment

class PathSegment
An enumeration of paths.
public string Continuation { get; }

If the number of paths to be listed exceeds the maxResults limit, a continuation token is returned. 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 IEnumerable<PathItem> Paths { get; }

PathItems