Enum MetricDescriptor.Types.ValueType
The value type of a metric.
Namespace: Google.Api
Assembly: Google.Api.CommonProtos.dll
Syntax
public enum ValueType
Fields
| Name | Description |
|---|---|
| Bool | The value is a boolean.
This value type can be used only if the metric kind is |
| Distribution | The value is a [ |
| Double | The value is a double precision floating point number. |
| Int64 | The value is a signed 64-bit integer. |
| Money | The value is money. |
| String | The value is a text string.
This value type can be used only if the metric kind is |
| Unspecified | Do not use this default value. |