Enum
list-mode
Modes of KV Store list operations.
enum list-mode {
strong,
eventual,
}Cases
| Case | Description |
|---|---|
| strong | Performs an un-cached list on every invocation. |
| eventual | Returns a cached list response to improve performance. |
Modes of KV Store list operations.
enum list-mode {
strong,
eventual,
}| Case | Description |
|---|---|
| strong | Performs an un-cached list on every invocation. |
| eventual | Returns a cached list response to improve performance. |