PropertyKeyType
Type describes the type of properties that are supported by the data source engine.
enum PropertyKeyType {
  TYPE_EMPTY
  TYPE_INTEGER
  TYPE_STRING
  TYPE_BOOLEAN
  TYPE_DECIMAL
  TYPE_TIMESTAMP
}
Values
PropertyKeyType.TYPE_EMPTY
Any type.
PropertyKeyType.TYPE_INTEGER
Integer type.
PropertyKeyType.TYPE_STRING
String type.
PropertyKeyType.TYPE_BOOLEAN
Boolean type.
PropertyKeyType.TYPE_DECIMAL
Any floating point decimal type.
PropertyKeyType.TYPE_TIMESTAMP
Timestamp date type.
Member of
PropertyKey  object