Key
constructor in Coherence.Cloud.Key
Constructors
public Key(string content)
Initializes a new instance of the Key struct.
Parameters
| Type | Name | Description |
|---|---|---|
| string | content | The string representation of the key. |
Exceptions
| Type | Condition |
|---|---|
| StorageException | Thrown if the provided string is null or contains more than MaxLength characters. |