Class: Couchbase::Management::Options::Collection::CreateCollection
- Inherits:
-
Options::Base
- Object
- Options::Base
- Couchbase::Management::Options::Collection::CreateCollection
- Defined in:
- lib/couchbase/management/collection_manager.rb
Overview
Options for CollectionManager#create_collection
Constant Summary collapse
- DEFAULT =
CreateCollection.new.freeze
Instance Attribute Summary
Attributes inherited from Options::Base
#client_context, #parent_span, #retry_strategy, #timeout
Instance Method Summary collapse
-
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ CreateCollection
constructor
Creates an instance of options for CollectionManager#create_collection.
Methods inherited from Options::Base
Constructor Details
#initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) {|self| ... } ⇒ CreateCollection
Creates an instance of options for CollectionManager#create_collection
99 100 101 102 103 104 105 |
# File 'lib/couchbase/management/collection_manager.rb', line 99 def initialize(timeout: nil, retry_strategy: nil, client_context: nil, parent_span: nil) super yield self if block_given? end |