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

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

Parameters

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

Return Value

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