OBJECT
STATICFEATURE
link GraphQL Schema definition
- type STATICFEATURE implements FEATURE {
- # The maximum age for the value of the feature (Format: e.g.
- # "7Y,6M,5W,4D,3H,2min,1sec", "2M", "1Y,5D")
- : Period
- : String
- : DataType
- # The owning class of the feature in case it is a dynamic type
- : CUSTOMTYPEDEFINITION
- # Feature that is used as weight for grouping strategies
- : FEATURE
- : DOMAINCLASS
- : Boolean
- : String
- # Whether the feature is changeable
- : Boolean
- # The maximum length of the text in case the feature is a text feature
- : Long
- # Whether the feature is unique
- : Boolean
- : Boolean
- # Whether the feature has a derived unit
- : Boolean
- : Long
- # The type of the feature in case it is an enumeration
- : String
- # Strategy that is used for grouping (average, sum)
- : FeatureGroupingStrategy
- # The custom enum that defines the literals in case the feature is a reference to
- # a custom enum literal
- : CUSTOMENUM
- # Arguments
- # orderBy: [Not documented]
- (: [OrderBy]): [DATAPROVISION]
- # The domain type of the feature in case it is a reference
- : Type
- : Boolean
- : Long
- }