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; }
}
}