Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::kv_store::ListPage Class Reference

#include <kv_store.h>

Public Member Functions

std::vector< std::string > keys () const
 Returns a vector of the listed keys in the current page.
std::vector< std::string > into_keys ()
std::optional< std::string > next_cursor () const
 Returns the next cursor of the List operation.
std::optional< std::string > prefix () const
 Returns the prefix used in the List operation.
std::uint32_t limit () const
 Returns the limit used in the List operation.
ListMode mode () const
 Returns the mode used in the List operation.

Friends

class ListBuilder

Member Function Documentation

◆ into_keys()

std::vector< std::string > fastly::kv_store::ListPage::into_keys ( )

Returns a vector of the listed keys in the current page, consuming the page.

◆ keys()

std::vector< std::string > fastly::kv_store::ListPage::keys ( ) const

Returns a vector of the listed keys in the current page.

◆ limit()

std::uint32_t fastly::kv_store::ListPage::limit ( ) const

Returns the limit used in the List operation.

◆ mode()

ListMode fastly::kv_store::ListPage::mode ( ) const

Returns the mode used in the List operation.

◆ next_cursor()

std::optional< std::string > fastly::kv_store::ListPage::next_cursor ( ) const

Returns the next cursor of the List operation.

◆ prefix()

std::optional< std::string > fastly::kv_store::ListPage::prefix ( ) const

Returns the prefix used in the List operation.

◆ ListBuilder

friend class ListBuilder
friend

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