StorageType enum

Inheritance

Constructors

StorageType(String content, String description)
const

Values

standard → const StorageType
const StorageType("Standard", "标准存储")
ia → const StorageType
const StorageType("IA", "低频访问")
archive → const StorageType
const StorageType("Archive", "归档存储")
coldArchive → const StorageType
const StorageType("ColdArchive", "冷归档存储")

Properties

content String
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<StorageType>
A constant List of the values in this enum, in order of their declaration.