DBDiskDriver Configuration
rather than deleting them from the database.
<QuotaManagement/>
Enables quota management for this share.
Disk quotas are enforced using the disk size value set
via the <size ...> configuration value.
<RetentionPeriod>
...
</RetentionPeriod>
Enables file/folder retention. The configuration value
specifies the retention period as the number of days.
<RetentionPeriod>7</RetentionPeriod>
<disableOplocks/>
Disable oplock support for this shared filesystem.
<stateCache type=”...”>
…
</stateCache>
Specifies the type of file state cache to be used by the
filesystem. The default state cache is a standalone
cache for use on a single server. A clustered state cache
may be used when a number of servers are operating
as a cluster.
The state cache types available are 'standalone' for the
default standalone server cache, 'cluster' for the
clustered cache or 'custom' for a custom cache
implementation.
The standalone state cache has the following configuration values :-
Standalone State Cache Configuration
<fileStateExpire>
n
</fileStateExpire>
Specifies the file state expiry interval, in seconds. This
is the number of seconds a file state may be held in the
state cache after the file has been closed by the last
referencing session.
The default value is 300 seconds (5 minutes). The
minimum allowed value is 15 seconds.
<cacheCheckInterval>
n
</cacheCheckInterval>
Specifies how often the file state expiry check is run, in
seconds.
The default value is 60 seconds, the minimum allowed
value is 5 seconds.
<Debug/>
Enable file state cache debug output.
<expiryDebug/>
Enable additional file state expiry debug output.
<initialSize>
n
</initialSize>
Specifies the initial allocation size of the hash table used
by the file state cache.
The default value is 500 elements, the minimum
allowed size is 100 elements.
22