DateTimeValue specifies the statistical Interval configuration.
Data structure
message DateTimeValue {
optional int32 value = 1;
optional DateTimeUnit unit = 2;
}
Parameter | Type | Required | Description |
value | int32 | Yes | The statistical interval. |
unit | Yes | The unit of the statistical interval. |