IoTServerInsertionAPI 10.3.0.6

dotnet add package IoTServerInsertionAPI --version 10.3.0.6                
NuGet\Install-Package IoTServerInsertionAPI -Version 10.3.0.6                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IoTServerInsertionAPI" Version="10.3.0.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IoTServerInsertionAPI --version 10.3.0.6                
#r "nuget: IoTServerInsertionAPI, 10.3.0.6"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IoTServerInsertionAPI as a Cake Addin
#addin nuget:?package=IoTServerInsertionAPI&version=10.3.0.6

// Install IoTServerInsertionAPI as a Cake Tool
#tool nuget:?package=IoTServerInsertionAPI&version=10.3.0.6                

Getting Started

IoTServerInsertionAPI.LogHelpers

Logging class

Properties:

/// Prefetch realtime data (seconds) Default value: 45, Range: 30-55
public int PreReadSecond

/// Maximum reading density (minutes) Default value: 1, Range: 1-60
public int DensityMaxFreq

/// One communication package size Default value: 100, Range: 1-10000
public int PackageSize

Methods:

/// Reads Realtime values to LogPuffer
public async Task<Result> ReadRealtimeValues(Realtime FieldDevices)

/// Add items to LogPuffer    
public void AddLogPufferItems(List<LogPuffer.LogItem> NewItems)

public int LogPufferCount()

public void ClearLogPuffer()

/// Gets LogPuffer cloneobject
public List<LogPuffer.LogItem> GetLogPuffer()

/// Deletes items from LogPuffer  
public void DeleteLogPuffer(List<LogPuffer.LogItem> LogItems)

/// LogPuffer to Onboard storage 
public async Task<Result> LogToOnboardStorage()

/// Gets OnboardStorage logfile to insertion (if error return null)  
public async Task<IStorage> GetOnboardStorageLogFile()

/// Gets OnboardStorage logfile number  
public async Task<int> GetOnboardStorageLogFileNumber()

/// Deletes a logfile from Onboard storage   
public async Task<Result> DeleteOnboardStorage(string StorageName)
Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.3.0.6 161 7/27/2023
10.3.0.3 226 3/25/2022