ID1StoreClient interface
Interface for Store client
public interface ID1StoreClient
Members
name | description |
---|---|
Delete(…) | Delete data encrypted in the storage attached to D1. |
DeleteAsync(…) | |
Retrieve(…) | Retreive some data encrypted in the storage attached to D1. |
RetrieveAsync(…) | |
Store(…) | Store some data encrypted in the storage attached to D1. |
StoreAsync(…) | |
Update(…) | Update some data stored in the storage attached to D1. |
UpdateAsync(…) |
See Also
- namespace CyberCrypt.D1.Client