1 write to Time
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
132
Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).
Time
= value!,
2 references to Time
Aspire.Confluent.Kafka (2)
StatisticsJsonSerializerContext.Statistics.g.cs (2)
131
Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).
Time
,
466
writer.WriteNumber(PropName_time, ((global::Aspire.Confluent.Kafka.Statistics)value).
Time
);