默认情况下,在hot tier中创建新的存储账户。 Cool:用于存储不经常访问,且存储时间超过30天的大量数据。在Cool tier中存储数据更具成本效益,而访问数据的成本则较高。 Archive:仅用于单个Block Blob,归档层可以忍受数小时的检索延迟,并且数据在归档层中至少保留180天。归档层最适合存储长时间访问的数据,但是访问数据是...
Archive access tier The archive tier is an offline tier for storing data that is rarely accessed. The archive access tier has the lowest storage cost. However, this tier has higher data retrieval costs with a higher latency as compared to the hot, cool, and cold tiers. Example usage scenari...
AccessTier.Archive PropertyReference Feedback DefinitionNamespace: Azure.Storage.Blobs.Models Assembly: Azure.Storage.Blobs.dll Package: Azure.Storage.Blobs v12.23.0 Source: AccessTier.cs Archive. C# 複製 public static Azure.Storage.Blobs.Models.AccessTier Archive { get; } Property Value ...
Azure Archive Storage provides a low cost means of delivering durable, highly available, secure cloud storage and data management for rarely accessed data.
Archive access tier: Appropriate for data that is rarely accessed and stored for at least 180 days, with flexible latency requirements (for example, long-term backups).The following considerations apply to the different access tiers:Hot, cool, and cold access tiers can be set at t...
For more information about the archive tier, see Archive access tier.While a blob is in the archive tier, it can't be read or modified. To read or download a blob in the archive tier, you must first rehydrate it to an online tier, either hot or cool. Data in the archive tier can...
CopyBlob enhanced capabilities—The CopyBlob API supports the archive access tier, allowing you to copy data into and out of the archive access tier within the same storage account. It also includes support for the other two new features—priority retrieval and direct to access tier of your cho...
We can set an access tier while creating the Azure storage account, we can also change it later after its creation. We have only 2 optionsHotandCoolaccess tiers at the account level whereas theArchiveaccess tier can be set only at blob or object level which I have demonstrated in the seco...
x-ms-access-tier可选。 版本 2018-11-09 及更高版本。 指示在 Blob 上设置的层。 对于块 Blob,仅在版本 2018-11-09 及更高版本的 Blob 存储或常规用途 v2 帐户上支持此标头。 块 Blob 层Hot的有效值为 、Cool、Cold和Archive。注意:Cold版本 2021-12-02 及更高版本支持层。 有关块 Blob 分层的详细...
Azure Storage provides three access tiers, including: Hot tier, Cool tier, and Archive tier. The Hot and Cool tiers are considered to be online access tiers, meaning that customers can access the data immediately when requested. The Archive tier is intended for data that is rarely accessed. ...