Azure.Storage.Files.DataLake.PathGetPropertiesHeaders
class PathGetPropertiesHeaders
namespace Azure.Storage.Files.DataLake
{
internal class PathGetPropertiesHeaders
{
public string AcceptRanges { get; }
public string CacheControl { get; }
public string ContentDisposition { get; }
public string ContentEncoding { get; }
public string ContentLanguage { get; }
public long? ContentLength { get; }
public string ContentRange { get; }
public string ContentType { get; }
public string ContentMD5 { get; }
public DateTimeOffset? LastModified { get; }
public string Version { get; }
public string ResourceType { get; }
public string Properties { get; }
public string Owner { get; }
public string Group { get; }
public string Permissions { get; }
public string ACL { get; }
public string LeaseDuration { get; }
public string LeaseState { get; }
public string LeaseStatus { get; }
public PathGetPropertiesHeaders(Response response);
}
}