Kinetica C# API  Version 6.2.0.1
kinetica.Kinetica.Options Class Reference

Connection Options More...

Properties

string Username [get, set]
 Optional: User Name for Kinetica security More...
 
string Password [get, set]
 Optional: Password for user More...
 
bool UseSnappy [get, set]
 Use Snappy More...
 
int ThreadCount = false [get, set]
 Thread Count More...
 

Detailed Description

Connection Options

Definition at line 50 of file Kinetica.cs.

Property Documentation

◆ Password

string kinetica.Kinetica.Options.Password
getset

Optional: Password for user

Definition at line 60 of file Kinetica.cs.

◆ ThreadCount

int kinetica.Kinetica.Options.ThreadCount = false
getset

Thread Count

Definition at line 70 of file Kinetica.cs.

◆ Username

string kinetica.Kinetica.Options.Username
getset

Optional: User Name for Kinetica security

Definition at line 55 of file Kinetica.cs.

◆ UseSnappy

bool kinetica.Kinetica.Options.UseSnappy
getset

Use Snappy

Definition at line 65 of file Kinetica.cs.


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