FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
sequence<string> | fields
A sequence specifying the name of each field in this table. |
sequence<string> | types
A sequence specifying the type of each field in this table. |
boolean | exposeMemoryView
When this field is true, the MemoryStore makes the rows in the in-memory table associated with this schema available to the scenario service, so they can be used by external clients and dashboards. |
boolean | exposePersistentView
When this field is true, the MemoryStore makes the rows in the on-disk table associated with this schema available to the scenario service, so they can be used by external clients and dashboards. |
string | memoryViewDisplayName
Specifies the display name for an in-memory table. |
string | memoryViewDescription
Describes an in-memory table. |
string | persistentViewDisplayName
Specifies the display name for an on-disk table. |
string | persistentViewDescription
Describes an on-disk table. |
Action summary | |
---|---|
sequence<string> | static normalizeTypes(sequence<string> types)
Normalize a sequence of types to those accepted by Memory Store. |
com.apama.memorystore.Schema | static schemaFromAny(any prototype)
Convert the supplied types into a valid MemoryStore table Schema. |
Member detail |
---|
boolean exposeMemoryViewWhen this field is true, the MemoryStore makes the rows in the in-memory table associated with this schema available to the scenario service, so they can be used by external clients and dashboards.
boolean exposePersistentViewWhen this field is true, the MemoryStore makes the rows in the on-disk table associated with this schema available to the scenario service, so they can be used by external clients and dashboards.
sequence<string> fieldsA sequence specifying the name of each field in this table.
string memoryViewDescriptionDescribes an in-memory table.
string memoryViewDisplayNameSpecifies the display name for an in-memory table.
string persistentViewDescriptionDescribes an on-disk table.
string persistentViewDisplayNameSpecifies the display name for an on-disk table.
sequence<string> typesA sequence specifying the type of each field in this table.
Action detail |
---|
sequence<string> static normalizeTypes(sequence<string> types)Normalize a sequence of types to those accepted by Memory Store.
com.apama.memorystore.Schema static schemaFromAny(any prototype)Convert the supplied types into a valid MemoryStore table Schema.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |