Record Class DefaultDataSinkInfo

java.lang.Object
java.lang.Record
com.inductiveautomation.ignition.gateway.storeforward.sinks.info.DefaultDataSinkInfo
Record Components:
description - the localized description for the data sink
status - the current status of the data sink
storeMetric - a Meter that represents the data storage throughput for the data sink
messages - a list of localized messages associated with the data sink
supportedFlavor - the flavor that the data sink supports
identifier - the identifier for the data store
All Implemented Interfaces:
DataSinkInformation

public record DefaultDataSinkInfo(LocalizedString description, SinkStatus status, com.codahale.metrics.Meter storeMetric, List<LocalizedString> messages, PersistentFlavor<?> supportedFlavor, StorageId identifier) extends Record implements DataSinkInformation
A record that represents the default data sink information.