Click or drag to resize
IRiakAsyncClientResetBucketProperties Method
Reset the properties on a bucket back to their defaults.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
Task<RiakResult> ResetBucketProperties(
	string bucket
)

Parameters

bucket
Type: SystemString
The name of the bucket to reset the properties on.

Return Value

Type: TaskRiakResult
A TaskTResult, that will contain a RiakResult detailing the success or failure of the operation.
See Also