|
OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
|
This file defines the interfaces for synchronizing and updating the metadata directory. More...
Classes | |
| struct | oxy::directory::ISyncDirectory |
| Interface for synchronizing the metadata directory. More... | |
| struct | oxy::directory::IUpdateDirectory |
| Interface for updating the metadata directory. More... | |
Namespaces | |
| namespace | oxy::directory |
| The oxy::directory namespace contains interfaces and functions for synchronizing and updating the metadata directory. | |
Typedefs | |
| using | oxy::directory::ISyncDirectoryPtr = std::shared_ptr<ISyncDirectory> |
| Type alias for a shared pointer to an ISyncDirectory instance. | |
| using | oxy::directory::IUpdateDirectoryPtr = std::shared_ptr<IUpdateDirectory> |
| Type alias for a shared pointer to an IUpdateDirectory instance. | |
Functions | |
| OXY_DIRECTORY_API ISyncDirectoryPtr | oxy::directory::create_sync_instance () |
| Create an instance of ISyncDirectory. | |
| OXY_DIRECTORY_API IUpdateDirectoryPtr | oxy::directory::create_update_instance () |
| Create an instance of IUpdateDirectory. | |
This file defines the interfaces for synchronizing and updating the metadata directory.
The ISyncDirectory and IUpdateDirectory interfaces provide methods for counting, synchronizing, and updating metadata records in the directory based on customer identifiers and metadata IDs. Implementations of these interfaces should provide the actual logic for these operations.