Metadata about a LiveView table.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface ITable
Public Interface ITable
public interface class ITable

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Capabilities
The capabilities supported by this table.
Description
The full description of the table.
GetFields()()()()
Returns the fields describing the table columns.
GetKeyFields()()()()
Returns the fields describing the table's key.
GetTablePublisher(String)
Retrieve a publisher instance allowing a client to publish data to this table with the default buffer size and flush interval.
GetTablePublisher(String, Int32, TimeSpan)
Retrieve a publisher instance allowing a client to publish data to this table with the given buffer size and flush interval.
Group
The group to which this table belongs.
Name
The name of the table.
QueryLanguages
The languages that can be used for queries against this table.
ShortDescription
A short description of the table.

See Also