SOW/View
This section contains a listing of the parameters for a View
section in the SOW
section of an AMPS configuration file. For backward compatibility, AMPS accepts ViewDefinition
as a synonym for View
.
Element | Definition |
| The message type of the view. This does not need to be the same type as any of the topics in the aggregation, but does need to be a message type that supports views. The message type must be one of the message types configured for the instance. AMPS includes Notice that the Other message types provided with AMPS may have limitations in their support for views. See the Message Types section in the AMPS User Guide for a discussion of the limitations. |
| Defines the topic name for this view. If no |
| Defines the SOW topic or topics on which this view is based. This element can contain a single topic name, or any number of |
| Defines what the view will contain. This element can be specified multiple times to compose a complex view. Complex expressions that use aggregation functions and conditional branching can also be used. |
| Defines how the records in the underlying topic will be grouped. This is analogous to a SQL GROUP BY clause. |
| The seed value for The default is the topic name, but it can be changed to a string value to unify |
| Within an An |
| Defines whether AMPS will attempt to conflate updates to the view. This item accepts two values:
Default: |
| Defines a filter for the view. When provided, only messages from the underlying topic that match this filter will be included in the view. This option is only valid when the view uses a single Default: No filter, which includes all messages from the |
| AMPS provides the ability to do fast query lookup for records in a view based on specific fields. When one or more The AMPS uses a hash index when a query uses an exact string match for all of the fields in the index. AMPS does not use hash indexes for range queries or regular expressions, or for numeric comparisons. AMPS automatically creates a hash index for the fields specified in the |
| Specifies whether the When this is Default: |
| File location to store view data. Unused in this version of AMPS. |
Last updated