RiakBucketPropertiesBackend Property |
The named backend being used for this bucket when using riak_kv_multi_backend.
Can be the named backend to use when creating bucket properties for new buckets,
or the named backend in use for existing buckets & bucket properties.
Namespace:
RiakClient.Models
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public string Backend { get; }
member Backend : string with get
Property Value
Type:
StringRemarks
See http://docs.basho.com/riak/latest/ops/advanced/backends/multi/ for more information.
See Also