The SimolConfig type exposes the following members.

Properties

  Name Description
Public property AutoCreateDomains
Gets or sets a value indicating whether to automatically create domains.
Public property BatchDeleteMaxCount
Gets or sets the maximum number of items that may be deleted in a single call to BatchDeleteAttributes.
Public property BatchPutMaxCount
Gets or sets the maximum number of items that may be updated in a single call to BatchPutAttributes.
Public property BatchReplaceAttributes
Gets or sets a value indicating whether to replace existing attributes when performing BatchPutAttributes operations.
Public property Cache
Gets or sets the cache implementation.
Public property Encryptor
Gets or sets the encryptor to use when storing encrypted values.
Public property Formatter
Gets or sets the property formatter used when converting between attribute strings and typed property values.
Public property Indexer
Gets or sets the full-text indexer.
Public property MaxAttributeLength
Gets or sets the maximum length of a single attribute.
Public property MaxSelectComparisons
Gets or sets the maximum number of comparisions per select expression.
Public property NullPutBehavior
Gets or sets the behavior to use when putting items with null property values.
Public property OffsetNumbers
Gets or sets the negative number offset setting to use when formatting numeric types.
Public property ReadConsistency
Gets or sets the default behavior to use when performing read operations.

See Also