Azure.Storage.Files.DataLake.PathGetPropertiesHeaders
class PathGetPropertiesHeaders
Indicates that the service supports requests for partial file content.
The POSIX access control list for the file or directory. Included in the response only if the action is "getAccessControl" and Hierarchical Namespace is enabled for the account.
If the Cache-Control request header has previously been set for the resource, that value is returned in this header.
If the Content-Disposition request header has previously been set for the resource, that value is returned in this header.
If the Content-Encoding request header has previously been set for the resource, that value is returned in this header.
If the Content-Language request header has previously been set for the resource, that value is returned in this header.
The size of the resource in bytes.
The MD5 hash of complete file stored in storage. This header is returned only for "GetProperties" operation. If the Content-MD5 header has been set for the file, this response header is returned for GetProperties call so that the client can check for message content integrity.
Indicates the range of bytes returned in the event that the client requested a subset of the file by setting the Range request header.
The content type specified for the resource. If no content type was specified, the default content type is application/octet-stream.
Returns the date and time the blob was created.
The encryption context used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key.
The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key.
Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope.
The time this blob will expire.
The owning group of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account.
The value of this header is set to true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false.
The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time.
When a resource is leased, specifies whether the lease is of infinite or fixed duration.
Lease state of the resource.
The lease status of the resource.
The owner of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account.
The POSIX access permissions for the file owner, the file owning group, and others. Included in the response if Hierarchical Namespace is enabled for the account.
The user-defined properties associated with the file or directory, in the format of a comma-separated list of name and value pairs "n1=v1, n2=v2, ...", where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set.
The type of the resource. The value may be "file" or "directory". If not set, the value is "file".
The version of the REST protocol used to process the request.