BlockBlobTier enum
Represents the access tier on a blob. For detailed information about block blob level tiering see Hot, cool and archive storage tiers.
Fields
Archive | Optimized for storing data that is rarely accessed and stored for at least 180 days with flexible latency requirements (on the order of hours). |
Cool | Optimized for storing data that is infrequently accessed and stored for at least 30 days. |
Hot | Optimized for storing data that is accessed frequently. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript