Click or drag to resize

SubscribeToLiveDataRequest Properties

The SubscribeToLiveDataRequest type exposes the following members.

Properties
 NameDescription
Public propertyBrowsePaths The views paths to browse for tags and then subscribe.
Public propertyCci The client connection ID associated with the connection.
Public propertyStatic memberDescriptor 
Public propertyIsAnnotationsEnabled Whether or not to return annotations.
Public propertyIsCompressionEnabled Whether or not to compress the data. If false and the service has compression enabled, disables compression for returned values (may be faster).
Public propertyIsLastestValueOnly Whether or not to only return the latest value. This is more efficient when true, but could miss values in the middle of the reporting interval.
Public propertyIsTagAliasingEnabled Whether or not to use tag aliasing. If true, aliases are returned on the first message sent and subsequent messages use the aliases for smaller payloads.
Public propertyIsVirtualTimeExtensionEnabled Whether or not to enable time extension. If true, then values are virtually time extended during each reporting interval call, regardless of whether the values or timestamp changed.
Public propertyStatic memberParser 
Public propertyReportingInterval The interval to return data in.
Public propertyTagPathNormalizationBehavior Normalization behavior for the tag paths returned in response messages.
Public propertyTags The tags that include the view to subscribe to.
Top
See Also