Skip to content

Commit 0a92ea4

Browse files
committed
AKV info
1 parent cd18845 commit 0a92ea4

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

pages/features/akv.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# App Key Value Store
12

2-
// App Key Value Store
3-
rpc AKVGet(AKVGetRequest) returns (AKVGetResponse){}
4-
rpc AKVPut(AKVPutRequest) returns (GenericResponse){}
5-
rpc AKVDel(AKVDelRequest) returns (GenericResponse){}
3+
rpc AKVGet(AKVGetRequest) returns (AKVGetResponse){}
4+
rpc AKVPut(AKVPutRequest) returns (GenericResponse){}
5+
rpc AKVDel(AKVDelRequest) returns (GenericResponse){}
6+
7+
App Key Value Store allows for Keystone Property types to be stored against a key.
8+
9+
AKV Data is used for App Storage, and not stored against workspaces.
10+
11+
This is useful for storing application configuration data.

0 commit comments

Comments
 (0)