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

Add Collection accessor methods to IBucket w/CollectionOptions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 3.0.0-beta.1
    • None
    • None
    • None
    • 1
    • SDK34: Verify,Retry,DSv2

    Description

      The RFC indicates that the bucket interface should allow one to grab a named collection, but the interface only seems to have DefaultCollection();

      interface IBucket {
      ...
      	ICollection DefaultCollection(CollectionOptions options = null);
      	ICollection Collection(string scopeName, string collectionName, CollectionOptions options = null);
      	...
      }
       
      class CollectionOptions{
      	Duration Timeout;
      }
      
      

      Currently there are is only an indexer defined which can be confusing for users.

      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
              david.kelly David Kelly (Inactive)
              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