Azure.Storage.Files.DataLake.PathReadHeaders
class PathReadHeaders
namespace Azure.Storage.Files.DataLake
{
internal class PathReadHeaders
{
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 LeaseDuration { get; }
public string LeaseState { get; }
public string LeaseStatus { get; }
public bool? IsServerEncrypted { get; }
public string EncryptionKeySha256 { get; }
public string XMsContentMd5 { get; }
public PathReadHeaders(Response response);
}
}