5424N/A<html>
5424N/A<head>
5424N/A<meta http-equiv="content-type" content="text/html; charset=UTF-8">
5424N/A<title>OpenDJ - Duration Syntax</title>
5424N/A<link rel="stylesheet" type="text/css" href="opends-config.css">
5424N/A</head>
5424N/A<body>
5424N/A<div style="font-size:11px;margin-top:-10px;margin-bottom:-10px; text-align:right"><a href="index.html" target="_top">Configuration Reference Home</a></div>
5424N/A<h2>Duration Syntax</h2>
5424N/A<p>Durations are specified with positive integers and unit specifiers. Unit specifiers include the following.</p>
5424N/A<ul>
5424N/A<li><tt>ms</tt> - milliseconds</li>
5424N/A<li><tt>s</tt> - seconds</li>
5424N/A<li><tt>m</tt> - minutes</li>
5424N/A<li><tt>h</tt> - hours</li>
5424N/A<li><tt>d</tt> - days</li>
5424N/A<li><tt>w</tt> - weeks</li>
5424N/A</ul>
5424N/A<p>An duration of 1 week is specified as <tt>1w</tt>. A duration of 1 week, 1 day, 1 hour, 1 minute, and 1 second is specified as <tt>1w1d1h1m1s</tt>.</p>
5424N/A<p>The value -1 is reserved for unlimited durations. An unlimited duration is generally specified with the string <tt>unlimited</tt>.</p>
5424N/A<p>Not all properties taking a duration allow all unit specifiers. For example, milliseconds are not allowed if durations smaller than one second are not permitted.</p>
5424N/A<p>Some properties taking a duration also require minimum or maximum durations.</p>
5424N/A</body>
5424N/A</html>