Azure.Storage.Files.DataLake.Models.PathContentInfo public class PathContentInfo Documentation Code public string AcceptRanges { get; } public string CacheControl { get; } public string ContentDisposition { get; } public string ContentEncoding { get; } public string ContentHash { get; } public string ContentLanguage { get; } public long ContentLength { get; } public string ContentRange { get; } public string ContentType { get; } public ETag ETag { get; } public DateTimeOffset LastModified { get; } public IDictionary<string, string> Metadata { get; }