CTlib
Classes
CTlib Namespace Reference

A C# implementation of CloudTurbine. The main repository for this C#/CTlib code: https://github.com/jpw-erigo/CTlib_csharp A copy of this code is also embedded in the CTrollaball application developed by Cycronix, located at https://github.com/cycronix/CTrollaball. More...

Classes

class  CThttp
 Child class of CThttp_base; uses WebClient to perform HTTP PUT. More...
 
class  CThttp_base
 Abstract base class which extends CTwriter to support HTTP PUT. More...
 
class  CThttp_HttpClient
 Child class of CThttp_base; uses HttpClient to perform asynchronous HTTP PUT. More...
 
class  CTwriter
 Write CloudTurbine-formatted data. While not a full one-to-one implementation of the Java CTwriter API, this C# version provides basic functionality for storing different types of data. Data can optionally be packed and/or ZIP'ed at the block level. Timestamps can either be represented as milliseconds or seconds since epoch. Timestamps can be auto-generated or manually set. More...
 

Detailed Description

A C# implementation of CloudTurbine. The main repository for this C#/CTlib code: https://github.com/jpw-erigo/CTlib_csharp A copy of this code is also embedded in the CTrollaball application developed by Cycronix, located at https://github.com/cycronix/CTrollaball.