StorageBlobAccessTier Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The access tier of the blob.
public readonly struct StorageBlobAccessTier : IEquatable<Azure.Messaging.EventGrid.SystemEvents.StorageBlobAccessTier>
type StorageBlobAccessTier = struct
Public Structure StorageBlobAccessTier
Implements IEquatable(Of StorageBlobAccessTier)
- Inheritance
-
StorageBlobAccessTier
- Implements
Constructors
StorageBlobAccessTier(String) |
Initializes a new instance of StorageBlobAccessTier. |
Properties
Archive |
The blob is in access tier Archive. |
Cold |
The blob is in access tier Cold. |
Cool |
The blob is in access tier Cool. |
Default |
The blob is in access tier Default(Inferred). |
Hot |
The blob is in access tier Hot. |
Methods
Equals(StorageBlobAccessTier) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(StorageBlobAccessTier, StorageBlobAccessTier) |
Determines if two StorageBlobAccessTier values are the same. |
Implicit(String to StorageBlobAccessTier) |
Converts a String to a StorageBlobAccessTier. |
Inequality(StorageBlobAccessTier, StorageBlobAccessTier) |
Determines if two StorageBlobAccessTier values are not the same. |