共用方式為


CommonGenerateSasUrlOptions interface

屬性

cacheControl

選擇性。 SAS 的快取控制標頭。

contentDisposition

選擇性。 SAS 的內容處置標頭。

contentEncoding

選擇性。 SAS 的內容編碼標頭。

contentLanguage

選擇性。 SAS 的內容語言標頭。

contentType

選擇性。 SAS 的內容類型標頭。

encryptionScope

選擇性。 傳送具有此 SAS URI 授權的要求時要使用的加密範圍。

expiresOn

只有在提供識別碼時,才選擇性。 SAS 將無法再運作的時間。

identifier

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

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

ipRange

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

protocol

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

startsOn

選擇性。 當 SAS 生效時。

version

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

屬性詳細資料

cacheControl

選擇性。 SAS 的快取控制標頭。

cacheControl?: string

屬性值

string

contentDisposition

選擇性。 SAS 的內容處置標頭。

contentDisposition?: string

屬性值

string

contentEncoding

選擇性。 SAS 的內容編碼標頭。

contentEncoding?: string

屬性值

string

contentLanguage

選擇性。 SAS 的內容語言標頭。

contentLanguage?: string

屬性值

string

contentType

選擇性。 SAS 的內容類型標頭。

contentType?: string

屬性值

string

encryptionScope

選擇性。 傳送具有此 SAS URI 授權的要求時要使用的加密範圍。

encryptionScope?: string

屬性值

string

expiresOn

只有在提供識別碼時,才選擇性。 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

屬性值

protocol

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

protocol?: SASProtocol

屬性值

startsOn

選擇性。 當 SAS 生效時。

startsOn?: Date

屬性值

Date

version

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

version?: string

屬性值

string