FlushAll in .net client no longer working
Wed, 01/16/2013 - 09:21
We've just upgraded however we noticed the FlushAll() method in the .net client no longer works. Is this a bug (hopefully not a feature).
.net client 1.2
Thu, 01/17/2013 - 01:26
Thanks!
Thu, 01/17/2013 - 07:59
Ok now i get Not Authorized error. I've set the console username and password however this error is still produced.
Hi,
To remove the data (but not design documents) from a bucket, use the FlushBucket method.
To remove the data (but not design documents) from a bucket, use the FlushBucket method.
void FlushBucket(string bucketName) flushes data from a bucket
cluster.FlushBucket("bucketName");
Ref link "http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-cluster-management.html".
Thanks,
Neo
Mon, 01/21/2013 - 05:57
*removed*
Hi,
To remove the data (but not design documents) from a bucket, use the FlushBucket method.
void FlushBucket(string bucketName) flushes data from a bucket
cluster.FlushBucket("bucketName");
Ref link "http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-cluster-management.html".
Thanks,
Neo