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

Azure.Storage.Files.DataLake.Models.PathSegment

class PathSegment
An enumeration of paths.
namespace Azure.Storage.Files.DataLake.Models { internal class PathSegment { public string Continuation { get; } public IEnumerable<PathItem> Paths { get; } } }