SyncCapabilities class final

An object that identifies the various synchronization capabilities of an ArcGIS feature service.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsAsync bool
True if asynchronous operations are supported.
no setter
supportsAttachmentsSyncDirection bool
True if the service supports options to define how attachments will be synced.
no setter
supportsBranchVersionReconcile bool
True if reconciling replica branch versions with default branch upon sync is supported, false otherwise.
no setter
supportsRegisteringExistingData bool
True if registering existing data is supported.
no setter
supportsRollbackOnFailure bool
If rollback on failure is supported.
no setter
supportsSyncDirectionControl bool
If synchronization direction control is supported.
no setter
supportsSyncModelGeodatabase bool
If per replica synchronization is supported.
no setter
supportsSyncModelLayer bool
If per layer synchronization is supported.
no setter
supportsSyncModelNone bool
If no sync model is supported.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited