recordCount

@SerialName(value = "recordCount")
val recordCount: Int? = null

Parameters

recordCount

The number of unique timestamp values that have been recorded for this events. Immutable events should only ever have one record, while mutable events (future_only and mutable) can have any number of historical values.