Click or drag to resize

EndPointSynchronizerOptions Class

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

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also