Click or drag to resize
RiakBucketPropertiesSetHllPrecision Method
Fluent setter for the HllPrecision property. Sets the number of bits to use for HyperLogLog precision. Valid values are [4 - 16] inclusive, default is 14 on new buckets. NOTE: When changing precision, it may only be reduced from it's current value, and never increased.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakBucketProperties SetHllPrecision(
	int precision
)

Parameters

precision
Type: SystemInt32
The number of bits to use for hyperloglogs in this bucket.

Return Value

Type: RiakBucketProperties
A reference to the current properties object.
See Also