Azure Blob 儲存體的不可變儲存體可讓使用者以 WORM (一次寫入,多次讀取) 狀態儲存商務關鍵性資料。 在 WORM 狀態下,您無法在使用者指定的間隔內修改或刪除資料。 您可設定 Blob 資料的永久性原則,以免資料遭覆寫和刪除。 不變性原則包含限時保留原則和合法保存。 如需 Blob 儲存體不變性原則的詳細資訊,請參閱...
When blob versioning is enabled for a storage account, Azure Storage automatically creates a new version with a unique ID when a blob is first created and each time that the blob is subsequently modified. A version ID can identify the current version or a previous version. A blob can have ...
執行az version以尋找已安裝的版本和相依程式庫。 若要升級至最新版本,請執行az upgrade。 安裝最新版本的 Azure CLI 一直都是最佳選擇。 如果您是使用 Azure Cloud Shell,就已安裝最新版本。 授與Blob 儲存體的存取權 您可以使用 Microsoft Entra 認證或使用儲存體帳戶存取金鑰,授權從 Azure CLI 存取 Blob 儲存...
如果启用了版本控制,az storage blob list命令会检索所有以唯一方式命名的 Blob 版本的列表。 接下来,检索列表中的 Blob 版本并按日期将它们排序。 如果未找到具有isCurrentVersion属性值的版本,则使用az storage blob copy start命令来制作 Blob 最新版本的活动副本。
<?xml version="1.0" encoding="utf-8"?> <StorageServiceProperties> <Logging> <Version>version-number</Version> <Delete>true|false</Delete> <Read>true|false</Read> <Write>true|false</Write> <RetentionPolicy> <Enabled>true|false</Enabled> <Days>number-of-days</Days> </RetentionPolicy> </...
Microsoft Azure Storage SDK for JavaScript - Blob. Latest version: 12.25.0, last published: 2 months ago. Start using @azure/storage-blob in your project by running `npm i @azure/storage-blob`. There are 748 other projects in the npm registry using @azur
ClientSideEncryptionOptions encryptionOptions = new ClientSideEncryptionOptions(ClientSideEncryptionVersion.V2_0) { KeyEncryptionKey = key, KeyResolver = keyResolver, // String value that the client library will use when calling IKeyEncryptionKey.WrapKey() KeyWrapAlgorithm = "some algorithm name" };...
Package Name: @azure/storage-blob Package Version: 12.17.0 Operating system: windows nodejs: version: v16.20.2 Describe the bug the '@azure/storage-blob' depends on "@azure/core-lro" but it writes: "@azure/core-lro": "^2.2.0". and recent...
x-ms-version所有授权请求和匿名请求可选。 指定要用于此请求的操作的版本。 有关详细信息,请参阅 azure 存储服务版本控制。 x-ms-client-request-id自选。 提供客户端生成的不透明值,该值具有配置日志记录时日志中记录的 1-kibibyte (KiB) 字符限制。 强烈建议使用此标头将客户端活动与服务器接收的请求相关联。
由於第 1 版的安全性弱點,建議使用ClientSideEncryptionVersion.V2_0作為版本參數來建構ClientSideEncryptionOptions物件。 若要深入了解如何緩解應用程式中的弱點,請參閱緩解應用程式中的安全性弱點。 如需此安全性弱點的詳細資訊,請參閱Azure 儲存體更新 SDK 中的用戶端加密以解決安全性弱點。