Click or drag to resize
Grid Solutions Framework

NormalizeSubsecondTimestampsFilterAdapterSupportsTemporalProcessing Property

Gets the flag indicating if this adapter supports temporal processing.

Namespace: TestingAdapters
Assembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public override bool SupportsTemporalProcessing { get; }
View Source

Property Value

Boolean

Implements

IAdapterSupportsTemporalProcessing
Remarks
Use case exists when replaying historical data that subsecond timestamp normalization might be useful.
See Also