StorageItemsModel
Models the storage items of an asset.
implements: hash, sequence<StorageItemModel>, scalar
bundle: online channel standard (oc)
since 4.2.0
Models the storage items of an asset.
The StorageItems model represents the storage items of an Asset and allows access to them via the sequence functionalities. scalar accesses are delegated to the first element of the sequence. Should the sequence be empty, the result of such access will be undefined.
[used as scalar] ↦ String
since 4.2.0
If the contained elements are accessible as scalar-String: return the String scalar of the first element.
Defined hash keys
<String:key> ↦ StorageItemModel
since 4.2.0
Returns the storage item of the asset whose key matches the value of 'key'.