1010Data Insights Platform .NET SDK
Classes | Enumerations
TenTenSDK Namespace Reference

Classes

class  BasicPolicy
 Enumeration constant window enumeration policy. More...
 
class  Column
 Represents an int / long / int128 / double / String column. More...
 
class  ColumnList
 Concurrency-controlled reference to a ColumnListHandle.
 
class  ColumnSet
 Collection of columns for a table. More...
 
class  CSDK
 Singleton reference to the CSDK.
 
class  DataCache
 Interface for retrieving data from 1010data.
 
class  Datum
 Represents a single int / long / int128 / double / String datum. More...
 
interface  IDownloadPolicy
 An interface for download policies, which is equivalent to window size. The window is the number of rows of data that buffered when the SDK requests results. More...
 
interface  INamed
 Items that have a name. More...
 
class  IndexedSequence
 Provides functionality for indexing into a sequence of INamed items. More...
 
class  LockEnumerator
 Wraps an IEnumerator with a SessionHandle lock.
 
class  Query
 Represents a query to be performed on the 1010data Insights Platform. More...
 
class  Row
 Collection of data for a table (i.e. a row). More...
 
class  RowSet
 Collections of rows of a table. More...
 
class  Session
 A connection to the 1010data Insights Platform. More...
 
class  Table
 A representation of data–either a query result or an actual table. More...
 
class  Visitor
 Organizational class for generic Visitor pattern base classes.
 

Enumerations

enum  LoginType : int { POSSESS =-1, NOKILL =0, KILL =1, POOL =10 }
 What type of login is requested.
 
enum  TransferMode : int { XML =0, BINARY =1, BINARY_COMPRESSED =2 }
 Transfer mode of a session.