We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd18845 commit 0a92ea4Copy full SHA for 0a92ea4
1 file changed
pages/features/akv.md
@@ -1,5 +1,11 @@
1
+# App Key Value Store
2
-// App Key Value Store
3
-rpc AKVGet(AKVGetRequest) returns (AKVGetResponse){}
4
-rpc AKVPut(AKVPutRequest) returns (GenericResponse){}
5
-rpc AKVDel(AKVDelRequest) returns (GenericResponse){}
+ rpc AKVGet(AKVGetRequest) returns (AKVGetResponse){}
+ rpc AKVPut(AKVPutRequest) returns (GenericResponse){}
+ 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