RiakClientSetBucketProperties Method (String, String, RiakBucketProperties) |
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakResult SetBucketProperties(
string bucketType,
string bucket,
RiakBucketProperties properties
)
abstract SetBucketProperties :
bucketType : string *
bucket : string *
properties : RiakBucketProperties -> RiakResult
override SetBucketProperties :
bucketType : string *
bucket : string *
properties : RiakBucketProperties -> RiakResult
Parameters
- bucketType
- Type: SystemString
The name of the bucket type containing the bucket. - bucket
- Type: SystemString
The name of the bucket to set the properties on. - properties
- Type: RiakClient.ModelsRiakBucketProperties
The properties to set. Note that only those properties explicitly set in the
RiakBucketProperties will be set on the bucket.
Those not set in the object will retain their values on Riak's side.
Return Value
Type:
RiakResult
A
RiakResult detailing the success or failure of the operation.
Implements
IRiakBatchClientSetBucketProperties(String, String, RiakBucketProperties)See Also