Sphinx |
The SphinxQLConnectionStringBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| BrowsableConnectionString | Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers. (Inherited from DbConnectionStringBuilder) | |
| ConnectionString | Gets or sets the connection string associated with the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder) | |
| ConnectionTimeout | Gets or sets the connection timeout. | |
| Count | Gets the current number of keys that are contained within the ConnectionString property. (Inherited from DbConnectionStringBuilder) | |
| Encoding | Gets or sets the encoding that is used to send queries to and retrieve results from Sphinx. Default is utf-8. | |
| Enlist | Gets or sets a value indicating whether connections should automatically enlist in an ambient Transaction. Default is true. | |
| Host | Gets or sets the host of the instance of Sphinx to connect to. | |
| IsFixedSize | Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size. (Inherited from DbConnectionStringBuilder) | |
| IsReadOnly | Gets a value that indicates whether the DbConnectionStringBuilder is read-only. (Inherited from DbConnectionStringBuilder) | |
| Item |
Gets or sets the Object with the specified keyword.
(Overrides DbConnectionStringBuilderItemString) | |
| Keys |
Gets an ICollection that contains the keys in the SphinxQLConnectionStringBuilder.
(Overrides DbConnectionStringBuilderKeys) | |
| MaxPoolSize | Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string. | |
| MinPoolSize | Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string. | |
| PoolingEnabled | Gets or sets a Boolean value that indicates whether the connection will be pooled or explicitly opened every time that the connection is requested. | |
| Port | Gets or sets the port to connect to. | |
| SocketReceiveBufferSize | Gets or sets the receive buffer size for the socket connecting to searchd. Default is null, which uses the default value for the platform. | |
| SocketSendBufferSize | Gets or sets the send buffer size for the socket connecting to searchd. Default is null, which uses the default value for the platform. | |
| TcpNoDelay | Gets or sets whether to disable Nagle's algorithm for the socket connecting to searchd. Default is false. | |
| Values | Gets an ICollection that contains the values in the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder) |
| Name | Description | |
|---|---|---|
| ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from DbConnectionStringBuilder) | |
| IDictionaryItem | Gets or sets the element with the specified key. (Inherited from DbConnectionStringBuilder) | |
| ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from DbConnectionStringBuilder) |