Settings Class

Provides access to the settings.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public sealed class Settings
Inheritance
Object    Settings

Properties

JsonObjectSerializer Gets or sets the serializer for JSON objects. The internal default serializer uses JSON.NET.
SaveBatchSize Gets or sets the batch size that is used for save operations. Default is 16.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also