Reference Guide

Table Of Contents
SMB_Forbidden A directory rename from the SMB protocol will be denied if at least
one file is opened in the directory or in one of its child directories.
All_Forbidden Any directory rename request will be denied regardless of the
protocol used, if at least one file is opened in the directory or in one
of its child directories.
is_smb_sync_writes_enabled
Type: boolean
Indicates whether the synchronous writes option is enabled on the file system. Values are:
true Synchronous writes option is enabled on the file system.
false Synchronous writes option is disabled on the file system.
is_smb_op_locks_enabled
Type: boolean
Indicates whether opportunistic file locking is enabled on the file system. Values are:
true Opportunistic file locking is enabled on the file system.
false Opportunistic file locking is disabled on the file system.
is_smb_no_notify_enabled
Type: boolean
Indicates whether notifications of changes to a directory file structure are enabled.
true Change directory notifications are disabled.
false Change directory notifications are enabled.
is_smb_notify_on_access_enabled
Type: boolean
Indicates whether file access notifications are enabled on the file system. Values are:
true File access notifications are enabled on the file system.
false File access notifications are disabled on the file system.
is_smb_notify_on_write_enabled
Type: boolean
413