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

Options for copy operations. More...

#include <data_structure.hpp>

Public Attributes

bool if_not_exists {false}
 
std::optional< std::string > if_match
 
std::optional< std::string > source_version
 
std::optional< std::uint64_t > source_content_length_hint
 
std::size_t concurrent {0}
 
std::optional< std::size_t > chunk
 

Detailed Description

Options for copy operations.

Member Data Documentation

◆ chunk

std::optional<std::size_t> opendal::CopyOptions::chunk

◆ concurrent

std::size_t opendal::CopyOptions::concurrent {0}

◆ if_match

std::optional<std::string> opendal::CopyOptions::if_match

◆ if_not_exists

bool opendal::CopyOptions::if_not_exists {false}

◆ source_content_length_hint

std::optional<std::uint64_t> opendal::CopyOptions::source_content_length_hint

◆ source_version

std::optional<std::string> opendal::CopyOptions::source_version

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