netFolderSyncStatus Data Type

The current sync status of a Net Folder.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
directory_enumeration_failure boolean element 0/1 Flag indicating whether an error occurred attempting to enumerate a directory.
directory_only boolean element 0/1 Flag indicating whether the most recent sync only scanned directories or directories and files.
end_date dateTime element 0/1 Date/time when the most recent sync ended.
entries_expunged int element 0/1 The number of folder entries that were removed.
failures int element 0/1 The number of failures that occurred.
files_added int element 0/1 The number of new files found.
files_expunged int element 0/1 The number of files that were removed because they no longer exist.
files_found int element 0/1 The total number of files found.
files_modified int element 0/1 The number of updated files found.
files_with_modified_acl int element 0/1 The number of files with modified ACLs.
files_with_modified_owner int element 0/1 The number of files with a different owner.
folders_added int element 0/1 The number of new folders found.
folders_expunged int element 0/1 The number of folders that were removed because they no longer exist.
folders_found int element 0/1 The total number of folders found.
folders_processed int element 0/1 The number of folders that were processed.
folders_with_modified_acl int element 0/1 The number of folders with modified ACLs.
folders_with_modified_owner int element 0/1 The number of folders with a different owner.
node_ip_address string element 0/1 IP Address of the server node executing the most recent sync of the Net Folder.
start_date dateTime element 0/1 Date/time when the most recent sync began.
status string element 0/1 The status of the most recent Net Folder sync job.

Possible values are:

  • none
  • ready
  • taken
  • started
  • stopped
  • finished
  • aborted
  • canceled
  • deleting

Example

<net_folder_sync_status>
  <status>...</status>
  <node_ip_address>...</node_ip_address>
  <start_date>...</start_date>
  <end_date>...</end_date>
  <directory_only>...</directory_only>
  <directory_enumeration_failure>...</directory_enumeration_failure>
  <files_found>...</files_found>
  <files_added>...</files_added>
  <files_expunged>...</files_expunged>
  <files_modified>...</files_modified>
  <files_with_modified_acl>...</files_with_modified_acl>
  <files_with_modified_owner>...</files_with_modified_owner>
  <folders_found>...</folders_found>
  <folders_added>...</folders_added>
  <folders_expunged>...</folders_expunged>
  <folders_with_modified_acl>...</folders_with_modified_acl>
  <folders_with_modified_owner>...</folders_with_modified_owner>
  <entries_expunged>...</entries_expunged>
  <failures>...</failures>
  <folders_processed>...</folders_processed>
</net_folder_sync_status>