Azure.Storage.Files.DataLake.Models.PathGetPropertiesAction
The PathGetPropertiesAction.
namespace Azure.Storage.Files.DataLake.Models
{
public enum PathGetPropertiesAction
{
GetAccessControl,
GetStatus
}
}