StaleOptions

public enum StaleOptions

Indicates when to update.

  • OK

    CouchDB will not refresh the view even if it is stale.

    Declaration

    Swift

    case OK
  • CouchDB will update the view after the stale result is returned.

    Declaration

    Swift

    case updateAfter