OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
SystemDataAccess.h
Go to the documentation of this file.
1#pragma once
2#include <iostream>
3#include <string>
4
6
7using string = std::string;
8
9namespace DataStorageAPI
10{
12 {
13 public:
14 __declspec(dllexport) SystemDataAccess(string databaseName, string collectionName);
15 __declspec(dllexport) DataStorageResponse GetSystemDetails(int siteId);
16
17 private:
18 std::string _mongoDbName;
19 std::string _mongoCollectionName;
20 };
21}
22
std::string string
Definition DocumentAccess.h:13
Definition DataStorageResponse.h:12
Definition SystemDataAccess.h:12
string collectionName
Definition SystemDataAccess.h:14
__declspec(dllexport) DataStorageResponse GetSystemDetails(int siteId)
__declspec(dllexport) SystemDataAccess(string databaseName
Definition ArrayBinaryConverter.h:3