CommonGenerateSasUrlOptions interface
和 <xref:ContainerGenerateSasUrlOptions> 的 <xref:BlobGenerateSasUrlOptions> 常見選項。
屬性
cache |
選擇性。 SAS 的快取控制標頭。 |
content |
選擇性。 SAS 的內容處置標頭。 |
content |
選擇性。 SAS 的內容編碼標頭。 |
content |
選擇性。 SAS 的內容語言標頭。 |
content |
選擇性。 SAS 的內容類型標頭。 |
expires |
只有在提供識別碼時,才為選擇性。 SAS 不再運作的時間。 |
identifier | 選擇性。 此 SAS 所參考容器上存取原則的名稱,如果有的話。 |
ip |
選擇性。 此 SAS 中允許的 IP 範圍。 |
protocol | 選擇性。 SAS 通訊協定、僅限 HTTPS 或 HTTPSandHTTP |
starts |
選擇性。 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
protocol
startsOn
選擇性。 SAS 生效的時間。
startsOn?: Date
屬性值
Date
version
此 SAS 將鎖定的服務版本。 如果未指定,則會預設為程式庫的目標版本。
version?: string
屬性值
string