1 write to Timestamp
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
113Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).Timestamp = value!,
2 references to Timestamp
Aspire.Confluent.Kafka (2)
StatisticsJsonSerializerContext.Statistics.g.cs (2)
112Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).Timestamp, 465writer.WriteNumber(PropName_ts, ((global::Aspire.Confluent.Kafka.Statistics)value).Timestamp);