你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PathContentInfo Class

Definition

PathContentInfo

public class PathContentInfo
type PathContentInfo = class
Public Class PathContentInfo
Inheritance
PathContentInfo

Properties

Name Description
AcceptRanges

Indicates that the service supports requests for partial file content.

CacheControl

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

ContentDisposition

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

ContentEncoding

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

ContentHash

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.

ContentLanguage

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

ContentLength

The size of the resource in bytes.

ContentRange

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

ContentType

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

ETag

An HTTP entity tag associated with the file or directory.

LastModified

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

Metadata

Metadata for the path

Applies to