共用方式為


TableSasSignatureValues interface

僅適用于NODE.JS執行時間。

TableSASSignatureValues 可用來協助產生資料表的資料表服務 SAS 權杖

屬性

endPartitionKey

定義資料分割索引鍵範圍資料表查詢的結尾只會傳回範圍內的結果,而且嘗試使用共用存取簽章來新增、更新或刪除此範圍以外的實體將會失敗。 如果 startPartitionKey 等於 endPartitionKey,則共用存取簽章只會授權存取資料表中一個資料分割中的實體。 如果 startPartitionKey 等於 endPartitionKey 且 startRowKey 等於 endRowKey,則共用存取簽章只能存取一個分割區中的一個實體

endRowKey

定義資料列索引鍵範圍資料表查詢的結尾只會傳回範圍內的結果,而且嘗試使用共用存取簽章來新增、更新或刪除此範圍以外的實體將會失敗。 如果 startPartitionKey 等於 endPartitionKey,則共用存取簽章只會授權存取資料表中一個資料分割中的實體。 如果 startPartitionKey 等於 endPartitionKey 且 startRowKey 等於 endRowKey,則共用存取簽章只能存取一個分割區中的一個實體

expiresOn

選擇性。 如果未提供識別碼,則從產生權杖起的預設值為 1 小時。 SAS 將無法再運作的時間。

identifier

選擇性。 此 SAS 參考的容器上存取原則的名稱,如果有的話。

請參閱https://docs.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy

ipRange

選擇性。 此 SAS 中允許的 IP 範圍。

permissions

選擇性。 如果未提供識別碼的預設值為「讀取」,請參閱 TableSasPermissions ,視要存取的資源而定,以協助建構許可權字串。

protocol

選擇性。 SAS 通訊協定、僅限 HTTPS 或 HTTPSandHTTP

startPartitionKey

定義分割索引鍵範圍資料表查詢的開頭只會傳回範圍內的結果,而且嘗試使用共用存取簽章來新增、更新或刪除此範圍以外的實體將會失敗。 如果 startPartitionKey 等於 endPartitionKey,則共用存取簽章只會授權存取資料表中一個資料分割中的實體。 如果 startPartitionKey 等於 endPartitionKey 且 startRowKey 等於 endRowKey,則共用存取簽章只能存取一個分割區中的一個實體

startRowKey

定義資料列索引鍵範圍資料表查詢的開頭只會傳回範圍內的結果,而且嘗試使用共用存取簽章來新增、更新或刪除此範圍以外的實體將會失敗。 如果 startPartitionKey 等於 endPartitionKey,則共用存取簽章只會授權存取資料表中一個資料分割中的實體。 如果 startPartitionKey 等於 endPartitionKey 且 startRowKey 等於 endRowKey,則共用存取簽章只能存取一個分割區中的一個實體

startsOn

選擇性。 當 SAS 生效時。

version

此 SAS 的目標服務版本。 如果未指定,則會預設為程式庫的目標版本。

屬性詳細資料

endPartitionKey

定義資料分割索引鍵範圍資料表查詢的結尾只會傳回範圍內的結果,而且嘗試使用共用存取簽章來新增、更新或刪除此範圍以外的實體將會失敗。 如果 startPartitionKey 等於 endPartitionKey,則共用存取簽章只會授權存取資料表中一個資料分割中的實體。 如果 startPartitionKey 等於 endPartitionKey 且 startRowKey 等於 endRowKey,則共用存取簽章只能存取一個分割區中的一個實體

endPartitionKey?: string

屬性值

string

endRowKey

定義資料列索引鍵範圍資料表查詢的結尾只會傳回範圍內的結果,而且嘗試使用共用存取簽章來新增、更新或刪除此範圍以外的實體將會失敗。 如果 startPartitionKey 等於 endPartitionKey,則共用存取簽章只會授權存取資料表中一個資料分割中的實體。 如果 startPartitionKey 等於 endPartitionKey 且 startRowKey 等於 endRowKey,則共用存取簽章只能存取一個分割區中的一個實體

endRowKey?: string

屬性值

string

expiresOn

選擇性。 如果未提供識別碼,則從產生權杖起的預設值為 1 小時。 SAS 將無法再運作的時間。

expiresOn?: Date

屬性值

Date

identifier

選擇性。 此 SAS 參考的容器上存取原則的名稱,如果有的話。

請參閱https://docs.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy

identifier?: string

屬性值

string

ipRange

選擇性。 此 SAS 中允許的 IP 範圍。

ipRange?: SasIPRange

屬性值

permissions

選擇性。 如果未提供識別碼的預設值為「讀取」,請參閱 TableSasPermissions ,視要存取的資源而定,以協助建構許可權字串。

permissions?: TableSasPermissions

屬性值

protocol

選擇性。 SAS 通訊協定、僅限 HTTPS 或 HTTPSandHTTP

protocol?: SasProtocol

屬性值

startPartitionKey

定義分割索引鍵範圍資料表查詢的開頭只會傳回範圍內的結果,而且嘗試使用共用存取簽章來新增、更新或刪除此範圍以外的實體將會失敗。 如果 startPartitionKey 等於 endPartitionKey,則共用存取簽章只會授權存取資料表中一個資料分割中的實體。 如果 startPartitionKey 等於 endPartitionKey 且 startRowKey 等於 endRowKey,則共用存取簽章只能存取一個分割區中的一個實體

startPartitionKey?: string

屬性值

string

startRowKey

定義資料列索引鍵範圍資料表查詢的開頭只會傳回範圍內的結果,而且嘗試使用共用存取簽章來新增、更新或刪除此範圍以外的實體將會失敗。 如果 startPartitionKey 等於 endPartitionKey,則共用存取簽章只會授權存取資料表中一個資料分割中的實體。 如果 startPartitionKey 等於 endPartitionKey 且 startRowKey 等於 endRowKey,則共用存取簽章只能存取一個分割區中的一個實體

startRowKey?: string

屬性值

string

startsOn

選擇性。 當 SAS 生效時。

startsOn?: Date

屬性值

Date

version

此 SAS 的目標服務版本。 如果未指定,則會預設為程式庫的目標版本。

version?: string

屬性值

string