com.apama.config
Event Schema


Schema for a configuration store table. This extends the basic Memory Store schema definition to include the idea of a set of index fields used to form the key for a table row.
Member summary
 stringtableName

The name of the table.
 com.apama.memorystore.Schemaschema

The basic schema as defined by the Memory Store.
 sequence<string>indexFields

The set of fields to be used to build the keys for this table.
 dictionary<string, string>extraParams

Additional schema parameters. Currently no extra parameters are defined.
 
Member detail

extraParams

dictionary<string, string> extraParams
Additional schema parameters. Currently no extra parameters are defined.

indexFields

sequence<string> indexFields
The set of fields to be used to build the keys for this table.

schema

com.apama.memorystore.Schema schema
The basic schema as defined by the Memory Store.

tableName

string tableName
The name of the table.