RiakBucketPropertiesDataType Property |
The DataType (if any) associated with this bucket.
Namespace:
RiakClient.Models
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public string DataType { get; }
member DataType : string with get
Property Value
Type:
StringRemarks
A string representation of the DataType assigned to this bucket.
Possible values include 'set', 'map', 'counter', or null for no data type.
See Also