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_comparison_operator Class Reference

Defines the set of comparison operators that may be used for constructing queries. More...

Static Public Attributes

WASTORAGE_API static const utility::string_t equal
 Represents the Equal operator. More...
 
WASTORAGE_API static const utility::string_t not_equal
 Represents the Not Equal operator. More...
 
WASTORAGE_API static const utility::string_t greater_than
 Represents the Greater Than operator. More...
 
WASTORAGE_API static const utility::string_t greater_than_or_equal
 Represents the Greater Than or Equal operator. More...
 
WASTORAGE_API static const utility::string_t less_than
 Represents the Less Than operator. More...
 
WASTORAGE_API static const utility::string_t less_than_or_equal
 Represents the Less Than or Equal operator. More...
 

Detailed Description

Defines the set of comparison operators that may be used for constructing queries.

Member Data Documentation

◆ equal

WASTORAGE_API static const utility::string_t azure::storage::query_comparison_operator::equal
static

Represents the Equal operator.

◆ greater_than

WASTORAGE_API static const utility::string_t azure::storage::query_comparison_operator::greater_than
static

Represents the Greater Than operator.

◆ greater_than_or_equal

WASTORAGE_API static const utility::string_t azure::storage::query_comparison_operator::greater_than_or_equal
static

Represents the Greater Than or Equal operator.

◆ less_than

WASTORAGE_API static const utility::string_t azure::storage::query_comparison_operator::less_than
static

Represents the Less Than operator.

◆ less_than_or_equal

WASTORAGE_API static const utility::string_t azure::storage::query_comparison_operator::less_than_or_equal
static

Represents the Less Than or Equal operator.

◆ not_equal

WASTORAGE_API static const utility::string_t azure::storage::query_comparison_operator::not_equal
static

Represents the Not Equal operator.