RiakClientResetBucketProperties Method (String, String) |
Reset the properties on a bucket back to their defaults.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakResult ResetBucketProperties(
string bucketType,
string bucket
)
abstract ResetBucketProperties :
bucketType : string *
bucket : string -> RiakResult
override ResetBucketProperties :
bucketType : string *
bucket : string -> RiakResult
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:
RiakResultA
RiakResult detailing the success or failure of the operation.
Implements
IRiakBatchClientResetBucketProperties(String, String)See Also