Azure.Storage.Files.DataLake.Models.PathGetPropertiesActionExtensions
namespace Azure.Storage.Files.DataLake.Models
{
internal static class PathGetPropertiesActionExtensions
{
public static string ToSerialString(this PathGetPropertiesAction value);
public static PathGetPropertiesAction ToPathGetPropertiesAction(this string value);
}
}