com.apama.md.client
Event EPSchemaInterface
Member summary |
action<> returns dictionary<string, com.apama.md.ESI> | getSchema
Returns the schema as a dictionary of keys to schema item. |
action<string> returns boolean | hasField
Query if the schema contains the supplied field. |
action<string> returns com.apama.md.ESI | getFieldSchema
Returns the schema field for the supplied field name. |
action<string> returns string | getFieldType
Returns the field type for the supplied field name. |
action<string> returns string | getFieldDescription
Returns the field description for the supplied field name. |
getFieldDescription
action<string> returns string getFieldDescription
Returns the field description for the supplied field name.
getFieldSchema
action<string> returns com.apama.md.ESI getFieldSchema
Returns the schema field for the supplied field name.
getFieldType
action<string> returns string getFieldType
Returns the field type for the supplied field name.
getSchema
action<> returns dictionary<string, com.apama.md.ESI> getSchema
Returns the schema as a dictionary of keys to schema item.
hasField
action<string> returns boolean hasField
Query if the schema contains the supplied field.