ClientSDK

The ClientSDK Object is the entry point for using the SDK.

Classes

Once instantiated, this class provides:

Authentication

class Authentication

Configuration

class Configuration

Core

class Core

Data

class Data
  • See: /timeseries/data/

DigitalTwin

class DigitalTwin

Library

class Library

Report

class Report

Spreadsheet

class Spreadsheet

Helper Classes

CacheHelper

class CacheHelper
  • See: /helpers/cache/

Logger

class Logger

PoEditor

class PoEditor

Properties

ContinueOnCapturedContext

ContinueOnCapturedContext
Returns

Return type

bool

Environment

The Environment property must be set so that the SDK knows which deployment environment to communicate. See: Deployment Environments

Environment
Returns

See PlatformEnvironment

Return type

PlatformEnvironment

using ONE.Utilities;
clientSDK.Environment = PlatformEnvironmentHelper.GetPlatformEnvironment(EnumPlatformEnvironment.AqiFeature);

Logger

Logger
Returns

Return type

bool

LogRestfulCalls

LogRestfulCalls
Returns

Return type

bool