1010data .NET SDK
TenTenSDK Namespace Reference

Namespaces

Classes

class  BasicPolicy
 Enumeration constant window enumeration policy. More...
 
class  Column
 Represents an int / long / int128 / double / String column. More...
 
class  ColumnCache
 A cache for a single column.
 
class  ColumnCacheStore
 Base class for where data lands C# side after downloading.
 
class  ColumnIterator
 
class  ColumnList
 Concurrency-controlled reference to a ColumnListHandle.
 
class  ColumnListHandle
 
class  ColumnSet
 Collection of columns for a table. More...
 
class  CSDK
 Singleton reference to the CSDK.
 
class  CSDKEnv
 
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  RowCache
 Cache for several columns and thus able to return a row.
 
class  RowSet
 Collections of rows of a table. More...
 
class  Session
 A connection to the 1010data Insights Platform. More...
 
class  SessionHandle
 Object to actually interact with a CSDK Session.
 
class  SlidingCache
 Base class for getting data from a ColumnList.
 
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.