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

Azure.Storage.Files.DataLake.Models.PathCreateInfo

public class PathCreateInfo
Path CreateResult
namespace Azure.Storage.Files.DataLake.Models { public class PathCreateInfo { public PathInfo PathInfo { get; } public string Continuation { get; } } }