You can change the default access tier setting when you create a storage account or after it's created. If you don't change this setting on the storage account or explicitly set the tier when uploading a blob, then a new blob is uploaded to the hot tier by default.A blob that doesn'...
Azure Blob Storage supports four access tiers: Hot tier: An online tier that's optimized for storing data that's accessed or modified frequently. This tier has the highest storage costs, but the lowest access costs. Cool tier: An online tier that's optimized for storing data...
备注:Azure 文件不支持读取访问异地冗余存储 (GRS) 和读取访问地域冗余存储 (GZRS) 。 Blob access tier (default) (1) Cool:适用于存储不常访问且存储时间至少为 30 天的数据,冷访问层中的数据可容许略低的可用性,存储一些不经常查看、但访问时应立即可用的较旧的媒体内容。 (2) Hot:适用于存储经常访问的...
Learn how to specify a blob's access tier when you upload it, or how to change the access tier for an existing blob.
$blobType- 选择“Base”仅列出基本 Blob(默认值),“Snapshots”仅列出快照,“Versions”仅列出版本,“Versions+Snapshots”仅列出版本和快照,或“所有类型”列出所有对象(基本 Blob、版本和快照) $accessTier- 选择“Hot”仅列出“Hot”层中的对象,“Cool”仅列出“Cool”层中的对象,“Archive”仅列出存档层中的...
在上传期间设置 Blob 的访问层 若要将 Blob 上传到特定访问层,请使用 BlockBlobUploadOptions。 tier 属性选项包括:Hot、Cool、Cold 或Archive。 JavaScript TypeScript JavaScript 复制 async function uploadWithAccessTier(containerClient, blobName) { const fileContentsAsString = `Hello from a string` // ...
Upload blob data Read the above-mentioned articles to learn the step-by-step process to create a storage account, container, and steps to upload a blob object. When we create a storage account, it will use the default access tier i.e., Hot tier. Sometimes you don’t need a hot tier...
说明:Azure Storage Account是云技术的基本部分,包含了Azure Storage的所有数据对象:blob、文件、队列、表和磁盘。 1. 在Azure Portal上搜索Storage Account,然后点击一下,如下图所示: 2. 在Storage Account页面,点击Create,如下图所示: 3. 在创建account页面,填入基本信息后,点击review+create,如下图所示: ...
x-ms-access-tier可选。 要对 Blob 设置的层。 对于高级存储帐户上的页 Blob,仅限版本 2017-04-17 及更高版本。 有关页 Blob 支持层的完整列表,请参阅虚拟机的高性能高级存储和托管磁盘 (VM)。 对于块 Blob,仅在版本 2018-11-09 及更高版本的 Blob 存储或常规用途 v2 帐户上受支持。 块 Blob 层Hot...
对于版本 2017-04-17 及更高版本,如果显式设置了访问层,List Blobs返回AccessTier元素。 有关允许的高级页 Blob 层的列表,请参阅VM 的高性能高级存储和托管磁盘。 对于 Blob 存储或常规用途 v2 帐户,有效值Hot、Cool和Archive。 如果 blob 处于解除冻结挂起状态,则ArchiveStatus元素返回有效值之一(rehydrate-pendi...