Class GetValue
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.keyvalue.GetValue
- All Implemented Interfaces:
JsonType
Request to retrieve a value from the legacy key-value store.
This request returns the serialized value associated with the specified key, if present. It is part of the
legacy key-value subsystem, which has largely been superseded by the document store.
Behavior
- If the key is not found, the returned
Datawill benullor empty depending on usage context. - The value is returned as raw serialized data in
Dataformat.
Usage Notes
- This API is mostly retained for backwards compatibility. Prefer using the
SearchClientfor modern data queries and lookups. - The result is returned in a
GetValueResultresponse.
- See Also:
-
Constructor Details
-
GetValue
public GetValue()
-