Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Introduction

This is the client-side C# application programming interface (API) for Kinetica.

The source code can be found here.

There are two projects here: Kinetica and Example.

The Kinetica project contains the main client source code in the kinetica namespace. The Kinetica class implements the interface for the API. The Protocol subdirectory contains classes for each endpoint of the database server.

The Example project contains a short example here. The user needs to specify the hostname of a database server (e.g. "127.0.0.1:9191") in the property to properly run it.