PathContentInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PathContentInfo
public class PathContentInfo
type PathContentInfo = class
Public Class PathContentInfo
- Inheritance
-
PathContentInfo
Properties
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
Azure SDK for .NET