Metadata about a LiveView table.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.4.2964 (2.2.4.2964)
Syntax
C# | Visual Basic | Visual C++ |
public interface ITable
Public Interface ITable
public interface class ITable
Members
All Members | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | 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.
|