Microsoft Azure Storage Client Library for C++  7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
Static Public Attributes | List of all members
azure::storage::query_logical_operator Class Reference

Defines the set of Boolean operators for constructing queries. More...

Static Public Attributes

WASTORAGE_API static const utility::string_t op_and
 Represents the And operator. More...
 
WASTORAGE_API static const utility::string_t op_not
 Represents the Not operator. More...
 
WASTORAGE_API static const utility::string_t op_or
 Represents the Or operator. More...
 

Detailed Description

Defines the set of Boolean operators for constructing queries.

Member Data Documentation

◆ op_and

WASTORAGE_API static const utility::string_t azure::storage::query_logical_operator::op_and
static

Represents the And operator.

◆ op_not

WASTORAGE_API static const utility::string_t azure::storage::query_logical_operator::op_not
static

Represents the Not operator.

◆ op_or

WASTORAGE_API static const utility::string_t azure::storage::query_logical_operator::op_or
static

Represents the Or operator.