Kinetica   C#   API  Version 7.2.3.1
Example.AllTypesExample Class Reference

Comprehensive example demonstrating all Kinetica supported types with: More...

Classes

class  AllTypesRecord
 Record class demonstrating all Kinetica supported data types. More...
 

Static Public Member Functions

static async Task RunAsync (string serverUrl, string username, string password)
 Runs the comprehensive all-types example. More...
 

Detailed Description

Comprehensive example demonstrating all Kinetica supported types with:

  • Table creation with all column types and properties
  • Bulk insertion using the new high-performance BulkInserter
  • Record retrieval using getRecords API (general) and RecordRetriever (shard-key based multi-head)

Definition at line 16 of file AllTypesExample.cs.

Member Function Documentation

◆ RunAsync()

static async Task Example.AllTypesExample.RunAsync ( string  serverUrl,
string  username,
string  password 
)
inlinestatic

Runs the comprehensive all-types example.

Parameters
serverUrlKinetica server URL (e.g., http://localhost:9191)
usernameUsername for authentication
passwordPassword for authentication

Definition at line 153 of file AllTypesExample.cs.


The documentation for this class was generated from the following file: