Click or drag to resize
IRiakBatchClientResetBucketProperties Method (String)
Reset the properties on a bucket back to their defaults.

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

Parameters

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

Return Value

Type: RiakResult
A RiakResult detailing the success or failure of the operation.
See Also