maximumRetentionTime property

  1. @JsonKey(name: 'MaximumRetentionTime', fromJson: OnvifUtil.mappedToString)
String maximumRetentionTime
final

Specifies the maximum time that data in any track within the recording shall be stored. The device shall delete any data older than the maximum retention time. Such data shall not be accessible anymore. If the MaximumRetentionPeriod is set to 0, the device shall not limit the retention time of stored data, except by resource constraints. Whatever the value of MaximumRetentionTime, the device may automatically delete recordings to free up storage space for new recordings.

Implementation

@JsonKey(name: 'MaximumRetentionTime', fromJson: OnvifUtil.mappedToString)
final String maximumRetentionTime;