Table of Contents

Enum "ABS Blob Access Tier"

ID 9042
Namespace: System.Azure.Storage

Azure storage offers different access tiers. Azure Blog storage offers access tiers that let you manage the cost of storing large amounts of unstructured data, such as text or binary data.allowing you to store blob object data in the most cost-effective manner. See: https://go.microsoft.com/fwlink/?linkid=2210394

Properties

Name Value
Access Public
Extensible False

Values

Name Description
Hot

Optimized for storing data that is accessed frequently.

Cool

Optimized for storing data that is infrequently accessed and stored for at least 30 days.

Cold

Optimized for storing data that is rarely accessed and stored for at least 90 days, but still requires fast retrieval.

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.

See also