Microsoft Information Protection SDK - C++ 1.18
API Reference Documentation for C++
Loading...
Searching...
No Matches
storage_table.h File Reference

Defines StorageTable interface. More...

#include <cstdint>
#include <string>
#include <vector>
#include "mip/mip_namespace.h"

Go to the source code of this file.

Classes

class  StorageTable
 A class that defines the interface to the MIP SDK storage table used for caching. More...
 
class  StorageTableV2
 An extension to the class that defines the interface to the MIP SDK storage table used for caching. More...
 

Enumerations

enum class  ColumnMatch {
  Equals = 0 , LessThan = 1 , GreaterThan = 2 , LessThanEqualTo = 3 ,
  GreaterThanEqualTo = 4 , NotEquals = 5
}
 Defines actions for column specification based on values. More...
 

Detailed Description

Defines StorageTable interface.

Enumeration Type Documentation

◆ ColumnMatch

enum class ColumnMatch
strong

Defines actions for column specification based on values.

Enumerator
Equals 
LessThan 
GreaterThan 
LessThanEqualTo 
GreaterThanEqualTo 
NotEquals