Click or drag to resize

EndPointSynchronizerOptions Class

Defines options for an endpoint synchronizer.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationEndPointSynchronizerOptions

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class EndPointSynchronizerOptions

The EndPointSynchronizerOptions type exposes the following members.

Constructors
  NameDescription
Public methodEndPointSynchronizerOptions
Initializes a new instance of the EndPointSynchronizerOptions class.
Top
Properties
  NameDescription
Public propertyClearState
Gets or sets a value indicating whether to clear the associated file system state.
Public propertyDontDisposeFileSystem
Gets or sets a value indicating whether the file system instance must be disposed by the endpoint synchronizer.
Public propertyEnableDirectContentAccess
Gets or sets a value indicating whether direct content access is enabled.
Public propertyEventsGroupingTimeout
Gets or sets the events grouping timeout, in milliseconds.
Public propertyJobMaximumErrorCount
Gets or sets a job maximum error count.
Public propertyOrphanedEntriesMaximumLifetime
Gets or sets the orphaned entries maximum lifetime after the last job creation time.
Public propertyProcessEvents
Gets or sets a value indicating whether to process monitored file system events. Note this is not relevant if the file system doesn't support events.
Public propertyStartEventMonitoring
Gets or sets a value indicating whether event monitoring must be started immediately.
Public propertySynchronizationStatePriority
Gets or sets the synchronization state priority. The lowest value has the highest priority.
Public propertyUploadsWaitForParents
Gets or sets a value indicating whether uploads operation must wait for parent entries.
Top
See Also