ClientSDK
The ClientSDK Object is the entry point for using the SDK.
Classes
Once instantiated, this class provides:
Authentication
- class Authentication
See: Authentication
Configuration
- class Configuration
See: Configuration
Core
- class Core
Data
- class Data
See: /timeseries/data/
DigitalTwin
- class DigitalTwin
See: Digital Twins
Library
Report
Spreadsheet
- class Spreadsheet
See: Spreadsheet
Helper Classes
CacheHelper
- class CacheHelper
See: /helpers/cache/
Logger
PoEditor
Properties
ContinueOnCapturedContext
Environment
The Environment property must be set so that the SDK knows which deployment environment to communicate. See: Deployment Environments
- Environment
- Returns
- Return type
using ONE.Utilities;
clientSDK.Environment = PlatformEnvironmentHelper.GetPlatformEnvironment(EnumPlatformEnvironment.AqiFeature);