Interface HistorianProperties
- 
 public interface HistorianPropertiesCreated by colby.clegg on 3/15/2016.
- 
- 
Field SummaryFields Modifier and Type Field Description static Property<java.lang.Long>CreatedTimestatic Property<DataType>DataTypestatic Property<InterpolationMode>InterpolationModestatic Property<java.lang.Long>MaxPointsstatic Property<java.lang.String>Namestatic Property<java.lang.Long>RetiredTimestatic Property<java.lang.Long>TimeToLiveMSstatic Property<java.lang.Long>TotalPointsInformation property about total current data points.
 
- 
- 
- 
Field Detail- 
Namestatic final Property<java.lang.String> Name 
 - 
TimeToLiveMSstatic final Property<java.lang.Long> TimeToLiveMS 
 - 
MaxPointsstatic final Property<java.lang.Long> MaxPoints 
 - 
TotalPointsstatic final Property<java.lang.Long> TotalPoints Information property about total current data points.
 - 
InterpolationModestatic final Property<InterpolationMode> InterpolationMode 
 - 
CreatedTimestatic final Property<java.lang.Long> CreatedTime 
 - 
RetiredTimestatic final Property<java.lang.Long> RetiredTime 
 
- 
 
-