For the complete documentation index, see llms.txt. This page is also available as Markdown.

SyncStatus

No description

enum SyncStatus {
  Failed
  InProgress
  NotConnected
  OutOfDate
  OutOfSync
  Synced
}

Values

Failed

The sync process has failed.

InProgress

The sync process is currently running.

NotConnected

This data source has not been synced yet.

OutOfDate

This data source hasn't been synced in a long time.

OutOfSync

There are access control changes made in the data source that have not been synced yet.

Synced

The data source is fully synced.

Member Of

AccessControl object ● AccessControlAuditLog object ● DataSourceSyncInformation object ● SyncData object

Last updated

Was this helpful?