Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

CONNECT data services

Types

  • Last UpdatedApr 19, 2024
  • 1 minute read

A Sequential Data Store (SDS) type defines the shape and structure of events and how to associate events within a stream of data. A type is comprised of at least two properties. One property serves as the primary index, most commonly a timestamp or DateTime. In addition, it has one or more additional properties called value properties that describe the data in each stream event. Each value property can have a different property type. A wide variety of property types are supported.

Note: You can also create complex secondary indexes.

Types are immutable; once created, they cannot be updated. Therefore, it is important to determine the correct type definition before you begin building streams and data in the Sequential Data Store.

PI Server counterpart

An SDS type is comparable to PI point type in Data Archive. For example, a PI point of type float32 is comparable to an SDS type with a DateTime index property and a float32 value property. Because they are similar, if you use PI to CONNECT to import data into SDS, some "PI-*" types are created automatically in SDS that map to existing PI point types. Data Archive has a predefined list of supported PI point types. The data structure of the Sequential Data Store is more flexible because SDS types can include multiple data measurements of different data types, and data can be indexed using a non-time-series index or multiple indexes.

TitleResults for “How to create a CRG?”Also Available in