Class: Couchbase::Management::SearchIndexManager::GetIndexedDocumentsCountOptions
- Inherits:
-
Object
- Object
- Couchbase::Management::SearchIndexManager::GetIndexedDocumentsCountOptions
- Defined in:
- lib/couchbase/management/search_index_manager.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Integer
The time in milliseconds allowed for the operation to complete.
Instance Method Summary collapse
-
#initialize {|self| ... } ⇒ GetIndexedDocumentsCountOptions
constructor
A new instance of GetIndexedDocumentsCountOptions.
Constructor Details
#initialize {|self| ... } ⇒ GetIndexedDocumentsCountOptions
Returns a new instance of GetIndexedDocumentsCountOptions.
274 275 276 |
# File 'lib/couchbase/management/search_index_manager.rb', line 274 def initialize yield self if block_given? end |
Instance Attribute Details
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
271 272 273 |
# File 'lib/couchbase/management/search_index_manager.rb', line 271 def timeout @timeout end |