![]() | IBucket Interface |
[Missing <summary> documentation for "T:Couchbase.IBucket"]
Namespace: Couchbase
public interface IBucket : IDisposable, IAsyncDisposable
The IBucket type exposes the following members.
Name | Description | |
---|---|---|
![]() | Collections | |
![]() | Name | |
![]() | ViewIndexes |
Name | Description | |
---|---|---|
![]() | Collection | |
![]() | DefaultCollection | |
![]() | DefaultScope | |
![]() | PingAsync |
Actively performs I/O by application-level pinging services and returning their pinged status.
|
![]() | Scope | |
![]() | ViewQueryAsyncTKey, TValue |
Execute a view query.
|
![]() | WaitUntilReadyAsync |
Waits until a desired cluster state by default (“online”) is reached or times out.
|
Name | Description | |
---|---|---|
![]() | PingAsync(ServiceType) | Overloaded. (Defined by BucketExtensions.) |
![]() | PingAsync(ActionPingOptions) | Overloaded. (Defined by BucketExtensions.) |
![]() | PingAsync(String, ServiceType) | Overloaded. (Defined by BucketExtensions.) |
![]() | ViewQueryAsyncTKey, TValue(String, String) | Overloaded.
Execute a view query.
(Defined by BucketExtensions.) |
![]() | ViewQueryAsyncTKey, TValue(String, String, ActionViewOptions) | Overloaded.
Execute a view query.
(Defined by BucketExtensions.) |