Click or drag to resize
RiakConstantsDefaults Class
Represents some defaults for different Riak Client options.
Inheritance Hierarchy
SystemObject
  RiakClientRiakConstantsDefaults

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static class Defaults

The RiakConstantsDefaults type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCharSet
The default character set. Defaults to Utf8.
Public fieldStatic memberContentType
The default content-type. Defaults to ApplicationJson.
Top
See Also