StorageItem
constructor in Coherence.Cloud.StorageItem
Constructors
public StorageItem(Key key, Value value)
Initializes a new instance of the StorageItem struct.
Parameters
Type | Name | Description |
---|---|---|
Key | key | The key of the storage item. |
Value | value | The value of the storage item. |
public StorageItem(Key key, object value)
Initializes a new instance of the StorageItem struct.
Parameters
Type | Name | Description |
---|---|---|
Key | key | The key of the storage item. |
object | value | The value of the storage item. |