Interface HistorianProperties
- 
public interface HistorianPropertiesCreated by colby.clegg on 3/15/2016. 
- 
- 
Field Summary
Fields 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
- 
Name
static final Property<java.lang.String> Name
 
- 
TimeToLiveMS
static final Property<java.lang.Long> TimeToLiveMS
 
- 
MaxPoints
static final Property<java.lang.Long> MaxPoints
 
- 
TotalPoints
static final Property<java.lang.Long> TotalPoints
Information property about total current data points. 
- 
InterpolationMode
static final Property<InterpolationMode> InterpolationMode
 
- 
CreatedTime
static final Property<java.lang.Long> CreatedTime
 
- 
RetiredTime
static final Property<java.lang.Long> RetiredTime
 
 - 
 
 -