Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
TableInfo Members

The following tables list the members exposed by TableInfo.

 
Name 
Description 
 
Used by Lightstreamer to creates a TableInfo instance, collecting the various attributes of a Table (i.e.: Subscription).  
 
Name 
Description 
 
Id 
Readonly. The name of the Item Group (or specification of the Item List) to which the subscribed Items belong.  
 
Max 
Readonly. The index of the last Item in the Group to be considered in the Table (i.e. Subscription).  
 
Min 
Readonly. The index of the first Item in the Group to be considered in the Table (i.e. Subscription).  
 
Mode 
Readonly. The publishing Mode for the Items in the Table (i.e. Subscription) (it must be the same across all the Table).  
 
Readonly. The name of the Field Schema (or specification of the Field List) used for the subscribed Items.  
 
Readonly. The name of the optional Selector associated to the Table (i.e. Subscription).  
 
Readonly. Unique identifier of the client subscription request. This allows for matching the corresponding subscription and unsubscription requests. Note that, for clients based on a very old version of a client library or text protocol, subscription requests may involve multiple Tables (i.e.: Subscriptions), hence multiple objects of this type can be supplied in a single array by IMetadataProvider through NotifyNewTables and NotifyTablesClose. In this case, the value returned is the same for all these objects and the single Tables (i.e.: Subscriptions) can be identified by their relative position in the array.