Module: Couchbase::Management::Options::Bucket
- Defined in:
- lib/couchbase/management/bucket_manager.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/management/bucket_manager.rb more...
Defined Under Namespace
Classes: CreateBucket, DropBucket, FlushBucket, GetAllBuckets, GetBucket, UpdateBucket
Class Method Summary collapse
-
.CreateBucket(**args) ⇒ CreateBucket
Construct CreateBucket options for BucketManager#create_bucket.
-
.DropBucket(**args) ⇒ DropBucket
Construct DropBucket options for BucketManager#drop_bucket.
-
.FlushBucket(**args) ⇒ FlushBucket
Construct FlushBucket options for BucketManager#flush_bucket.
-
.GetAllBuckets(**args) ⇒ GetAllBuckets
Construct GetAllBuckets options for BucketManager#get_all_buckets.
-
.GetBucket(**args) ⇒ GetBucket
Construct GetBucket options for BucketManager#get_bucket.
-
.UpdateBucket(**args) ⇒ UpdateBucket
Construct UpdateBucket options for BucketManager#update_bucket.
Class Method Details
.CreateBucket(**args) ⇒ CreateBucket
Construct CreateBucket options for BucketManager#create_bucket
144 145 146 |
# File 'lib/couchbase/management/bucket_manager.rb', line 144 def CreateBucket(**args) CreateBucket.new(**args) end |
.DropBucket(**args) ⇒ DropBucket
Construct DropBucket options for BucketManager#drop_bucket
158 159 160 |
# File 'lib/couchbase/management/bucket_manager.rb', line 158 def DropBucket(**args) DropBucket.new(**args) end |
.FlushBucket(**args) ⇒ FlushBucket
Construct FlushBucket options for BucketManager#flush_bucket
179 180 181 |
# File 'lib/couchbase/management/bucket_manager.rb', line 179 def FlushBucket(**args) FlushBucket.new(**args) end |
.GetAllBuckets(**args) ⇒ GetAllBuckets
Construct GetAllBuckets options for BucketManager#get_all_buckets
172 173 174 |
# File 'lib/couchbase/management/bucket_manager.rb', line 172 def GetAllBuckets(**args) GetAllBuckets.new(**args) end |
.GetBucket(**args) ⇒ GetBucket
Construct GetBucket options for BucketManager#get_bucket
165 166 167 |
# File 'lib/couchbase/management/bucket_manager.rb', line 165 def GetBucket(**args) GetBucket.new(**args) end |
.UpdateBucket(**args) ⇒ UpdateBucket
Construct UpdateBucket options for BucketManager#update_bucket
151 152 153 |
# File 'lib/couchbase/management/bucket_manager.rb', line 151 def UpdateBucket(**args) UpdateBucket.new(**args) end |