AccountSASServices class
僅適用于NODE.JS執行時間。 這是協助程式類別,可建構字串,代表 AccountSAS 可存取的服務。 將值設定為 true 表示任何使用這些許可權的 SAS 都會授與該服務的存取權。 設定所有值之後,應該使用 toString 進行序列化,並將 設定為 物件上的 AccountSASSignatureValues 服務欄位。 可以建構不含這個類別的服務字串,但服務的順序是特定的,而且這個類別保證正確性。
屬性
blob | 存取授與之 Blob 資源的許可權。 |
file | 存取授與之檔案資源的許可權。 |
queue | 存取授與佇列資源的許可權。 |
table | 存取授與之資料表資源的許可權。 |
方法
parse(string) | AccountSASServices從指定的服務字串建立 。 如果遇到未對應至有效服務的字元,這個方法將會擲回 Error。 |
to |
將指定的服務轉換為字串。 |
屬性詳細資料
blob
存取授與之 Blob 資源的許可權。
blob: boolean
屬性值
boolean
file
存取授與之檔案資源的許可權。
file: boolean
屬性值
boolean
queue
存取授與佇列資源的許可權。
queue: boolean
屬性值
boolean
table
存取授與之資料表資源的許可權。
table: boolean
屬性值
boolean
方法詳細資料
parse(string)
AccountSASServices從指定的服務字串建立 。 如果遇到未對應至有效服務的字元,這個方法將會擲回 Error。
static function parse(services: string): AccountSASServices
參數
- services
-
string
傳回
toString()
將指定的服務轉換為字串。
function toString(): string
傳回
string