What is doing list of Buckets in ClusterOptions?

ClusterOptions has

public IList<string> Buckets { get; set; }
public ClusterOptions WithBuckets(params string[] bucketNames)

But I can’t understand for what. All works the same with empty and non empty list. I can add nonexistent bucket to this list and all will be fine. I opened source and found only using this fields in unit tests.

@Ramirag -

It’s a bug, I created a Jira ticket for tracking.

-Jeff

1 Like

It’ll be better to add some information about it to documentation. Right now there is no any information about it.

1 Like