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

Add Scope accessor overloads to IBucket

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 3.0.0-beta.1
    • 3.0.0-alpha5
    • library
    • None
    • 1

    Description

      The current interface only defines indexers for fetching a scope by name, we need these added:

      interface IBucket {
      ...
      IScope DefaultScope();
      IScope Scope(string scopeName);
      	...
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              jmorris Jeff Morris
              jmorris Jeff Morris
              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