MarkLogic Connect
MarkLogic Connect Client API Collection
|
A specialisation of IContainerRef to represent a JSON property container. More...
#include <SearchBuilder.hpp>
Public Member Functions | |
MLCLIENT_API void | setProperty (const std::string &property) |
Sets the property this class is referring to. More... | |
MLCLIENT_API const std::string | getRef () |
Returns the structured query JSON string representation of this container ref instance. More... | |
Protected Member Functions | |
std::ostream & | write (std::ostream &os) const override |
A specialisation of IContainerRef to represent a JSON property container.
MLCLIENT_API const std::string mlclient::utilities::JsonPropertyRef::getRef | ( | ) |
Returns the structured query JSON string representation of this container ref instance.
MLCLIENT_API void mlclient::utilities::JsonPropertyRef::setProperty | ( | const std::string & | property | ) |
Sets the property this class is referring to.
property | The JSON property name |