你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FileSASSignatureValues interface
仅在 NODE.JS RUNTIME 中可用。
FileSASSignatureValues 用于帮助为共享或文件生成文件服务 SAS 令牌。
属性
cache |
可选。 SAS 的 cache-control 标头。 |
content |
可选。 SAS 的内容处置标头。 |
content |
可选。 SAS 的内容编码标头。 |
content |
可选。 SAS 的内容语言标头。 |
content |
可选。 SAS 的内容类型标头。 |
expires |
仅当提供标识符时才可选。 SAS 不再工作的时间。 |
file |
可选。 文件的路径,例如“directory/FileName”或“FileName”。 |
identifier | 可选。 上的访问策略的名称共享此 SAS 引用(如果有)。 请参见https://docs.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy |
ip |
可选。 此 SAS 中允许的 IP 范围。 |
permissions | 仅当提供标识符时才可选。 请参阅 ShareSASPermissions 或 FileSASPermissions ,具体取决于要访问的资源,以获取有关构造权限字符串的帮助。 |
protocol | 可选。 SAS 协议、仅限 HTTPS 或 HTTPSandHTTP |
share |
SAS 用户可以访问的共享的名称。 |
starts |
可选。 SAS 何时生效。 |
version | 此 SAS 将面向的服务的版本。 如果未指定,它将默认为库所面向的版本。 |
属性详细信息
cacheControl
可选。 SAS 的 cache-control 标头。
cacheControl?: string
属性值
string
contentDisposition
可选。 SAS 的内容处置标头。
contentDisposition?: string
属性值
string
contentEncoding
可选。 SAS 的内容编码标头。
contentEncoding?: string
属性值
string
contentLanguage
可选。 SAS 的内容语言标头。
contentLanguage?: string
属性值
string
contentType
可选。 SAS 的内容类型标头。
contentType?: string
属性值
string
expiresOn
仅当提供标识符时才可选。 SAS 不再工作的时间。
expiresOn?: Date
属性值
Date
filePath
可选。 文件的路径,例如“directory/FileName”或“FileName”。
filePath?: string
属性值
string
identifier
可选。 上的访问策略的名称共享此 SAS 引用(如果有)。
请参见https://docs.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy
identifier?: string
属性值
string
ipRange
permissions
仅当提供标识符时才可选。 请参阅 ShareSASPermissions 或 FileSASPermissions ,具体取决于要访问的资源,以获取有关构造权限字符串的帮助。
permissions?: FileSASPermissions | ShareSASPermissions
属性值
protocol
shareName
SAS 用户可以访问的共享的名称。
shareName: string
属性值
string
startsOn
可选。 SAS 何时生效。
startsOn?: Date
属性值
Date
version
此 SAS 将面向的服务的版本。 如果未指定,它将默认为库所面向的版本。
version?: string
属性值
string