Azure.Storage.Files.DataLake.Models.PathGetSystemPropertiesOptions
Optional parameters for getting the system properties of a path with
GetSystemProperties.
namespace Azure.Storage.Files.DataLake.Models
{
public class PathGetSystemPropertiesOptions
{
public DataLakeRequestConditions RequestConditions { get; set; }
public PathGetSystemPropertiesOptions();
}
}