Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::kv_store::PendingEraseHandle Struct Reference

#include <kv_store.h>

Inheritance diagram for fastly::kv_store::PendingEraseHandle:
fastly::kv_store::detail::KVPendingHandle< PendingEraseHandle >

Additional Inherited Members

Public Member Functions inherited from fastly::kv_store::detail::KVPendingHandle< PendingEraseHandle >
std::uint32_t as_u32 () const
Static Public Member Functions inherited from fastly::kv_store::detail::KVPendingHandle< PendingEraseHandle >
static PendingEraseHandle from_u32 (std::uint32_t handle)
Protected Member Functions inherited from fastly::kv_store::detail::KVPendingHandle< PendingEraseHandle >
 KVPendingHandle (std::uint32_t handle)
Protected Attributes inherited from fastly::kv_store::detail::KVPendingHandle< PendingEraseHandle >
std::uint32_t handle_

Detailed Description

A handle to a pending asynchronous erase returned by EraseBuilder::execute_async().

A handle can be evaluated using KVStore::pending_erase_wait(). It can also be discarded if the request was sent for effects it might have, and the response is unimportant.


The documentation for this struct was generated from the following file: