Class BucketManagerExtensions
Inheritance
BucketManagerExtensions
Assembly: Couchbase.NetClient.dll
Syntax
public static class BucketManagerExtensions
Methods
|
Edit this page
View Source
CreateBucketAsync(IBucketManager, BucketSettings)
Declaration
public static Task CreateBucketAsync(this IBucketManager bucketManager, BucketSettings settings)
Parameters
Returns
|
Edit this page
View Source
CreateBucketAsync(IBucketManager, BucketSettings, Action<CreateBucketOptions>)
Declaration
public static Task CreateBucketAsync(this IBucketManager bucketManager, BucketSettings settings, Action<CreateBucketOptions> configureOptions)
Parameters
Returns
|
Edit this page
View Source
DropBucketAsync(IBucketManager, string)
Declaration
public static Task DropBucketAsync(this IBucketManager bucketManager, string bucketName)
Parameters
Returns
|
Edit this page
View Source
DropBucketAsync(IBucketManager, string, Action<DropBucketOptions>)
Declaration
public static Task DropBucketAsync(this IBucketManager bucketManager, string bucketName, Action<DropBucketOptions> configureOptions)
Parameters
Returns
|
Edit this page
View Source
FlushBucketAsync(IBucketManager, string)
Declaration
public static Task FlushBucketAsync(this IBucketManager bucketManager, string bucketName)
Parameters
Returns
|
Edit this page
View Source
FlushBucketAsync(IBucketManager, string, Action<FlushBucketOptions>)
Declaration
public static Task FlushBucketAsync(this IBucketManager bucketManager, string bucketName, Action<FlushBucketOptions> configureOptions)
Parameters
Returns
|
Edit this page
View Source
GetAllBucketsAsync(IBucketManager)
Declaration
public static Task<Dictionary<string, BucketSettings>> GetAllBucketsAsync(this IBucketManager bucketManager)
Parameters
Returns
|
Edit this page
View Source
GetAllBucketsAsync(IBucketManager, Action<GetAllBucketsOptions>)
Declaration
public static Task<Dictionary<string, BucketSettings>> GetAllBucketsAsync(this IBucketManager bucketManager, Action<GetAllBucketsOptions> configureOptions)
Parameters
Returns
|
Edit this page
View Source
GetBucketAsync(IBucketManager, string)
Declaration
public static Task<BucketSettings> GetBucketAsync(this IBucketManager bucketManager, string bucketName)
Parameters
Returns
|
Edit this page
View Source
GetBucketAsync(IBucketManager, string, Action<GetBucketOptions>)
Declaration
public static Task<BucketSettings> GetBucketAsync(this IBucketManager bucketManager, string bucketName, Action<GetBucketOptions> configureOptions)
Parameters
Returns
|
Edit this page
View Source
UpdateBucketAsync(IBucketManager, BucketSettings)
Declaration
public static Task UpdateBucketAsync(this IBucketManager bucketManager, BucketSettings settings)
Parameters
Returns
|
Edit this page
View Source
UpdateBucketAsync(IBucketManager, BucketSettings, Action<UpdateBucketOptions>)
Declaration
public static Task UpdateBucketAsync(this IBucketManager bucketManager, BucketSettings settings, Action<UpdateBucketOptions> configureOptions)
Parameters
Returns