Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
Loading...
Searching...
No Matches
Public Attributes | List of all members
opendal::ListOptions Struct Reference

Options for list and lister operations. More...

#include <data_structure.hpp>

Public Attributes

std::optional< std::size_t > limit
 
std::optional< std::string > start_after
 
bool recursive {false}
 
bool versions {false}
 
bool deleted {false}
 

Detailed Description

Options for list and lister operations.

Member Data Documentation

◆ deleted

bool opendal::ListOptions::deleted {false}

◆ limit

std::optional<std::size_t> opendal::ListOptions::limit

◆ recursive

bool opendal::ListOptions::recursive {false}

◆ start_after

std::optional<std::string> opendal::ListOptions::start_after

◆ versions

bool opendal::ListOptions::versions {false}

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