ServiceSasParameters interface
列出特定資源之服務 SAS 認證的參數。
屬性
| cache |
快取控件的回應標頭覆寫。 |
| canonicalized |
已簽署資源的正式路徑。 |
| content |
內容處置的響應標頭覆寫。 |
| content |
內容編碼的響應標頭覆寫。 |
| content |
內容語言的響應標頭覆寫。 |
| content |
內容類型的響應標頭覆寫。 |
| identifier | 長度高達 64 個字元的唯一值,與針對容器、佇列或數據表指定的存取原則相互關聯。 |
| i |
要接受要求的IP位址或IP位址範圍。 |
| key |
用來簽署帳戶 SAS 令牌的金鑰。 |
| partition |
數據分割索引鍵的結尾。 |
| partition |
數據分割索引鍵的開頭。 |
| permissions | 服務 SAS 的已簽署許可權。 可能的值包括:Read (r)、Write (w)、Delete (d)、List (l)、Add (a)、Create (c)、Update (u) 和 Process (p)。 |
| protocols | 允許使用帳戶 SAS 提出要求的通訊協定。 |
| resource | 使用服務 SAS 存取的已簽署服務。 可能的值包括:Blob(b)、容器(c)、檔案(f)、共用(s)。 |
| row |
數據列索引鍵的結尾。 |
| row |
數據列索引鍵的開頭。 |
| shared |
共用存取簽章失效的時間。 |
| shared |
SAS 生效的時間。 |
屬性詳細資料
cacheControl
快取控件的回應標頭覆寫。
cacheControl?: string
屬性值
string
canonicalizedResource
已簽署資源的正式路徑。
canonicalizedResource: string
屬性值
string
contentDisposition
內容處置的響應標頭覆寫。
contentDisposition?: string
屬性值
string
contentEncoding
內容編碼的響應標頭覆寫。
contentEncoding?: string
屬性值
string
contentLanguage
內容語言的響應標頭覆寫。
contentLanguage?: string
屬性值
string
contentType
內容類型的響應標頭覆寫。
contentType?: string
屬性值
string
identifier
長度高達 64 個字元的唯一值,與針對容器、佇列或數據表指定的存取原則相互關聯。
identifier?: string
屬性值
string
iPAddressOrRange
要接受要求的IP位址或IP位址範圍。
iPAddressOrRange?: string
屬性值
string
keyToSign
用來簽署帳戶 SAS 令牌的金鑰。
keyToSign?: string
屬性值
string
partitionKeyEnd
數據分割索引鍵的結尾。
partitionKeyEnd?: string
屬性值
string
partitionKeyStart
數據分割索引鍵的開頭。
partitionKeyStart?: string
屬性值
string
permissions
服務 SAS 的已簽署許可權。 可能的值包括:Read (r)、Write (w)、Delete (d)、List (l)、Add (a)、Create (c)、Update (u) 和 Process (p)。
permissions?: string
屬性值
string
protocols
resource
使用服務 SAS 存取的已簽署服務。 可能的值包括:Blob(b)、容器(c)、檔案(f)、共用(s)。
resource?: string
屬性值
string
rowKeyEnd
數據列索引鍵的結尾。
rowKeyEnd?: string
屬性值
string
rowKeyStart
數據列索引鍵的開頭。
rowKeyStart?: string
屬性值
string
sharedAccessExpiryTime
共用存取簽章失效的時間。
sharedAccessExpiryTime?: Date
屬性值
Date
sharedAccessStartTime
SAS 生效的時間。
sharedAccessStartTime?: Date
屬性值
Date