Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
array_prepend Class Reference

An intention to perform a SubDocument array_prepend operation. More...

#include <couchbase/subdoc/array_prepend.hxx>

Public Member Functions

auto xattr (bool value=true) -> array_prepend &
 Sets that this is an extended attribute (xattr) field.
 
auto create_path (bool value=true) -> array_prepend &
 Sets that this parent fields should be created automatically.
 

Detailed Description

An intention to perform a SubDocument array_prepend operation.

Since
1.0.0
Committed
Generally available API and should be preferred in production

Member Function Documentation

◆ create_path()

auto create_path ( bool value = true) -> array_prepend&
inline

Sets that this parent fields should be created automatically.

Parameters
valuenew value for the option
Returns
this, for chaining
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ xattr()

auto xattr ( bool value = true) -> array_prepend&
inline

Sets that this is an extended attribute (xattr) field.

Parameters
valuenew value for the option
Returns
this, for chaining
Since
1.0.0
Committed
Generally available API and should be preferred in production

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