The Microsoft.Hawaii.KeyValue.Client namespace contains classes for sending and
receiving messages through the Hawaii Key-Value Storage Service.
Classes
| Class | Description | |
|---|---|---|
| DeleteByKeysRequest |
The request for Delete() operation
| |
| DeleteResult |
Response for the DeleteByKeys() and Delete() operations
| |
| GetByKeyResult |
Response for GetByKey operation
| |
| GetByKeysRequest |
Request for GetByKeys operation
| |
| GetByKeysResult |
Response for GetByKeys operation
| |
| GetResult |
Response for Get operation
| |
| KeyValueItem |
Entity class to represent a key-value pair
| |
| KeyValueService |
Helper class that provides access to the KeyValue service.
| |
| SetRequest |
The request for Create() or Set() operation
| |
| SetResult |
Response for the Set or Create operation
|