OpenTelemetry.Proto.Common.V1.AnyValue
sealed class AnyValue : IMessage<AnyValue>, IMessage, IEquatable<AnyValue>, IDeepCloneable<AnyValue>, IBufferMessage
AnyValue is used to represent any type of attribute value. AnyValue may contain a
primitive value such as a string or integer or it may contain an arbitrary nested
object containing arrays, key-value lists and primitives.
Enum of possible cases for the "value" oneof.
Field number for the "array_value" field.
Field number for the "bool_value" field.
Field number for the "bytes_value" field.
Field number for the "double_value" field.
Field number for the "int_value" field.
Field number for the "kvlist_value" field.
Field number for the "string_value" field.
public AnyValue()