<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.23.0" />

Azure.Storage.Files.DataLake.Models.PathContentInfo

public class PathContentInfo
PathContentInfo
public string AcceptRanges { get; }

Indicates that the service supports requests for partial file content.

public string CacheControl { get; }

If the Cache-Control request header has previously been set for the resource, that value is returned in this header.

public string ContentDisposition { get; }

If the Content-Disposition request header has previously been set for the resource, that value is returned in this header.

public string ContentEncoding { get; }

If the Content-Encoding request header has previously been set for the resource, that value is returned in this header.

public string ContentHash { get; }

An hash of the request content. This header is only returned for "Flush" operation. This header is returned so that the client can check for message content integrity. This header refers to the content of the request, not actual file content.

public string ContentLanguage { get; }

If the Content-Language request header has previously been set for the resource, that value is returned in this header.

public long ContentLength { get; }

The size of the resource in bytes.

public string ContentRange { get; }

Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header.

public string ContentType { get; }

The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream.

public ETag ETag { get; }

An HTTP entity tag associated with the file or directory.

public DateTimeOffset LastModified { get; }

The data and time the file or directory was last modified Write operations on the file or directory update the last modified time.

public IDictionary<string, string> Metadata { get; }

Metadata for the path