Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2283

missing not_bounded in view stale consistency

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.0.0-beta.4
    • 3.0.0-beta.3
    • library
    • None
    • 1

    Description

      When writing docs, I came across this block:

                  //Normalize to new naming convention for public API RFC#51
                  var staleState = StaleState.None;
                  if (options.ScanConsistency == ViewScanConsistency.RequestPlus)
                  {
                      staleState = StaleState.False;
                  }
                  if (options.ScanConsistency == ViewScanConsistency.UpdateAfter)
                  {
                      staleState = StaleState.UpdateAfter;
                  }
                  if (options.ScanConsistency == ViewScanConsistency.RequestPlus)
                  {
                      staleState = StaleState.Ok;
                  }
      

      In CouchbaseBucket.cs

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jmorris Jeff Morris
            ingenthr Matt Ingenthron
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty