共用方式為


BlobGenerateSasUrlOptions interface

設定 <xref:BlobClient.generateSasUrl> 作業的選項。

Extends

屬性

cacheControl

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

contentDisposition

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

contentEncoding

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

contentLanguage

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

contentType

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

expiresOn

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

identifier

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

ipRange

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

permissions

只有在提供識別碼時,才選擇性。 指定要與 SAS 相關聯的許可權清單。

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

expiresOn

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

expiresOn?: Date

屬性值

Date

identifier

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

identifier?: string

屬性值

string

ipRange

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

ipRange?: SasIPRange

屬性值

permissions

只有在提供識別碼時,才選擇性。 指定要與 SAS 相關聯的許可權清單。

permissions?: BlobSASPermissions

屬性值

protocol

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

protocol?: SASProtocol

屬性值

startsOn

選擇性。 當 SAS 生效時。

startsOn?: Date

屬性值

Date

version

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

version?: string

屬性值

string