A cube measure.
Java class for x_measure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_measure"> <complexContent> <extension base="{uri:lens:cube:0.1}x_field"> <attribute name="_type" use="required" type="{uri:lens:cube:0.1}x_measure_type" /> <attribute name="default_aggr" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="format_string" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" /> </extension> </complexContent> </complexType>
name | data type | description |
---|---|---|
_type | XMeasureType | |
default_aggr | string | |
format_string | string | |
start_time | number | |
end_time | number | |
unit | string | |
min | number | |
max | number | |
Properties inherited from XField |
||
name | string | |
tags | XProperties |
Example
{ "_type" : "FLOAT", "default_aggr" : "...", "format_string" : "...", "start_time" : 12345, "end_time" : 12345, "unit" : "...", "min" : 12345.0, "max" : 12345.0, "name" : "...", "tags" : { "property" : [ [ { "name" : "...", "value" : "..." }, { "name" : "...", "value" : "..." } ], [ { "name" : "...", "value" : "..." }, { "name" : "...", "value" : "..." } ] ] } }