Skip to main content

Configuration: Subscriptions

Subscriptions.ArchivedDataProcessingBehavior

The default processing behavior for archived documents in a subscription query.

  • Type: enum ArchivedDataProcessingBehavior:
    • ExcludeArchived: only non-archived documents are processed by the subscription query.
    • IncludeArchived: both archived and non-archived documents are processed by the subscription query.
    • ArchivedOnly: only archived documents are processed by the subscription query.
  • Default: ExcludeArchived
  • Scope: Server-wide, or per database

Subscriptions.MaxNumberOfConcurrentConnections

The maximum number of concurrent subscription connections allowed per database.

  • Type: int
  • Default: 1000
  • Scope: Server-wide or per database