Settings Class | ![]() |
The Settings type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConstraintParameters | Gets or sets any custom constraint parameters for a requested temporal data playback. This can include parameters that may be needed to initiate, filter, or control historical data access. |
![]() | ExtraConnectionStringParameters | Gets or sets any extra custom connection string parameters that may be needed for a subscription. |
![]() | IncludeTime | Gets or sets flag that determines if time should be included in non-compressed, compact measurements. |
![]() | ProcessingInterval |
Gets or sets the initial playback speed, in milliseconds, for a requested temporal data
playback.
![]()
With the exception of the values of -1 and 0, this value specifies the desired processing
interval for data, i.e., basically a delay, or timer interval, over which to process data.
A value of -1 means to use the default processing interval while a value of 0 means to
process data as fast as possible.
|
![]() | PublishInterval | Gets or sets flag that defines the down-sampling publish interval, in seconds, to use when Throttled is true. |
![]() | RequestNaNValueFilter | Gets or sets flag that requests that the publisher filter, i.e., does not send, any NaN values. |
![]() | StartTime | Gets or sets the start time for a requested temporal data playback, i.e., a historical subscription. Simply by specifying a StartTime and StopTime, a subscription is considered a historical subscription. |
![]() | StopTime | Gets or sets the stop time for a requested temporal data playback, i.e., a historical subscription. Simply by specifying a StartTime and StopTime, a subscription is considered a historical subscription. |
![]() | Throttled | Gets or sets flag that setermines if data will be published using down-sampling. |
![]() | UDPDataChannelInterface | Gets or sets the desired UDP binding interface to use for publication. Empty string means to bind to same interface as TCP command channel. |
![]() | UDPDataChannelPort | Gets or sets the desired UDP port to use for publication. Zero value means do not receive data on UDP, i.e., data will be delivered to the STTP client via TCP. |
![]() | UseMillisecondResolution | Gets or sets flag that determines if time should be restricted to milliseconds in non-compressed, compact measurements. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |