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