Description | : Get Properties returns all system and user defined properties for a path. Get Status returns all system defined properties for a path. Get Access Control List returns the access control list for a path. This operation supports conditional HTTP requests. For more information, see [Specifying Conditional Headers for Blob Service Operations](https://learn.microsoft.com/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations). |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Path_GetProperties", "$responses": { "200": [ { "@added_5d94655f0221408ba7615aaaf4e17701": { "#name": "x-ms-server-encrypted", "Description": "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.", "Type": "boolean" } }, { "@added_8992ca38c3dd442a9a726e7a5f6fe54b": { "#name": "x-ms-encryption-key-sha256", "Description": "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.", "Type": "string" } }, { "@added_967e9308a3cd4887825ba6c3e912f571": { "#name": "x-ms-encryption-context", "Description": "The encryption context used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key.", "Type": "string" } }, { "@added_d17e2e90ce244a9184955f78261de368": { "#name": "x-ms-encryption-scope", "Description": "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.", "Type": "string" } }, { "@added_1de88cf109854849859e1a21f6f619a4": { "#name": "x-ms-creation-time", "Description": "Returns the date and time the blob was created.", "Type": "string" } }, { "@added_9b694f7969fe40fda14dbe6a5559fe94": { "#name": "x-ms-expiry-time", "Description": "The time this blob will expire.", "Type": "string" } } ] } }
⚼ Request
HEAD:
/{filesystem}/{path}
{
action:
string
,
upn:
boolean
,
x-ms-lease-id:
string
,
If-Match:
string
,
If-None-Match:
string
,
If-Modified-Since:
string
,
If-Unmodified-Since:
string
,
}
⚐ Response (200)
{
accept-ranges:
string
,
cache-control:
string
,
content-disposition:
string
,
content-encoding:
string
,
content-language:
string
,
content-length:
integer
,
content-range:
string
,
content-type:
string
,
content-md5:
string
,
date:
string
,
etag:
string
,
last-modified:
string
,
x-ms-request-id:
string
,
x-ms-version:
string
,
x-ms-resource-type:
string
,
x-ms-properties:
string
,
x-ms-owner:
string
,
x-ms-group:
string
,
x-ms-permissions:
string
,
x-ms-acl:
string
,
x-ms-lease-duration:
string
,
x-ms-lease-state:
string
,
x-ms-lease-status:
string
,
x-ms-server-encrypted:
boolean
,
x-ms-encryption-key-sha256:
string
,
x-ms-encryption-context:
string
,
x-ms-encryption-scope:
string
,
x-ms-creation-time:
string
,
x-ms-expiry-time:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
Code:
string
,
Message:
string
,
}