CitrusleafClient PropertiesAerospike
The CitrusleafClient type exposes the following members.
Properties

  NameDescription
Public propertyCreateValueFormatter
Factory method for creating formatters.
Public propertyDefaultBin
Default bin name. If the bin name is not specified in the API call, DefaultBin will be used. Set to empty string if server nodes are configured as "single-bin". The default should be modified before multiple client library threads are created.
Public propertyDefaultNamespace
Default namespace. If the namespace is not specified in the API call, DefaultNamespace will be used. The default should be modified before multiple client library threads are created.
Public propertyDefaultSet
Default set name. If the set name is not specified in the API call, DefaultSet will be used. The default should be modified before multiple client library threads are created.
Public propertyDefaultSettings
Default settings used for managing client connections.
Back to Top
See Also