d905d6651800239431f7a90ac9c4e07d84c539d4mark<html>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<head>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<meta http-equiv="content-type" content="text/html; charset=UTF-8">
d905d6651800239431f7a90ac9c4e07d84c539d4mark<title>OpenDJ - Duration Syntax</title>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<link rel="stylesheet" type="text/css" href="opends-config.css">
d905d6651800239431f7a90ac9c4e07d84c539d4mark</head>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<body>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<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>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<h2>Duration Syntax</h2>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<p>Durations are specified with positive integers and unit specifiers. Unit specifiers include the following.</p>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<ul>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<li><tt>ms</tt> - milliseconds</li>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<li><tt>s</tt> - seconds</li>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<li><tt>m</tt> - minutes</li>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<li><tt>h</tt> - hours</li>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<li><tt>d</tt> - days</li>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<li><tt>w</tt> - weeks</li>
d905d6651800239431f7a90ac9c4e07d84c539d4mark</ul>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<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>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<p>The value -1 is reserved for unlimited durations. An unlimited duration is generally specified with the string <tt>unlimited</tt>.</p>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<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>
d905d6651800239431f7a90ac9c4e07d84c539d4mark<p>Some properties taking a duration also require minimum or maximum durations.</p>
d905d6651800239431f7a90ac9c4e07d84c539d4mark</body>
d905d6651800239431f7a90ac9c4e07d84c539d4mark</html>