Subscription
|
The SubscriptionInfo type exposes the following members.
Name | Description | |
---|---|---|
ConstraintParameters | Gets or sets the additional constraint parameters supplied to temporal adapters in a temporal session. | |
DataChannelLocalPort | Gets or sets the port number that the UDP data channel binds to. This value is only used when the subscriber requests a separate UDP data channel. | |
ExtraConnectionStringParameters | Gets or sets the additional connection string parameters to be applied to the connection string sent to the publisher during subscription. | |
FilterExpression | Gets or sets the filter expression used to define which measurements are being requested by the subscriber. | |
LagTime | Gets or sets the allowed past time deviation tolerance in seconds (can be sub-second). | |
LeadTime | Gets or sets the allowed future time deviation tolerance, in seconds (can be sub-second). | |
ProcessingInterval | Gets or sets the processing interval requested by the subscriber. A value of -1 indicates the default processing interval. A value of 0 indicates data will be processed as fast as possible. | |
RequestNaNValueFilter | Gets or sets the flag that determines whether to request that measurements sent to the subscriber should be filtered by the publisher prior to sending them. | |
StartTime | Gets or sets the start time of the requested temporal session for streaming historic data. | |
StopTime | Gets or sets the stop time of the requested temporal session for streaming historic data. | |
UdpDataChannel | Gets or sets the flag that determines whether the subscriber is requesting its data over a separate UDP data channel. | |
UseCompactMeasurementFormat | Gets or sets the flag that determines whether to use the compact measurement format or the full measurement format for transmitting measurements to the subscriber. | |
UseLocalClockAsRealTime | Gets or sets the flag that determines whether the server's local clock is used as real-time. If false, the timestamps of the measurements will be used as real-time. | |
UseMillisecondResolution | Gets or sets the flag that determines whether measurement timestamps use millisecond resolution. If false, they will use Ticks resolution. |