A single strongly-typed value.
More...
|
virtual System.Nullable< bool > | BoolValue [get, set] |
| A Boolean value: true or false. More...
|
|
virtual Distribution | DistributionValue [get, set] |
| A distribution value. More...
|
|
virtual System.Nullable< double > | DoubleValue [get, set] |
| A 64-bit double-precision floating-point number. Its magnitude is approximately 10300 and it has 16 significant digits of precision. More...
|
|
virtual System.Nullable< long > | Int64Value [get, set] |
| A 64-bit integer. Its range is approximately 9.2x1018. More...
|
|
virtual string | StringValue [get, set] |
| A variable-length string value. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|
A single strongly-typed value.
◆ BoolValue
virtual System.Nullable<bool> Google.Apis.Monitoring.v3.Data.TypedValue.BoolValue |
|
getset |
A Boolean value: true or false.
◆ DistributionValue
virtual Distribution Google.Apis.Monitoring.v3.Data.TypedValue.DistributionValue |
|
getset |
◆ DoubleValue
virtual System.Nullable<double> Google.Apis.Monitoring.v3.Data.TypedValue.DoubleValue |
|
getset |
A 64-bit double-precision floating-point number. Its magnitude is approximately 10300 and it has 16 significant digits of precision.
◆ ETag
virtual string Google.Apis.Monitoring.v3.Data.TypedValue.ETag |
|
getset |
◆ Int64Value
virtual System.Nullable<long> Google.Apis.Monitoring.v3.Data.TypedValue.Int64Value |
|
getset |
A 64-bit integer. Its range is approximately 9.2x1018.
◆ StringValue
virtual string Google.Apis.Monitoring.v3.Data.TypedValue.StringValue |
|
getset |
A variable-length string value.
The documentation for this class was generated from the following file:
- Google.Apis.Monitoring.v3.cs