QueryCacheOptions.Defaults Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Provides the default options values.
public static class QueryCacheOptions.Defaults
Inherited Members
Fields
Name | Description |
---|---|
BatchSize | By default, after reaching this minimum size, node immediately sends buffered events to the QueryCache. |
BufferSize | By default, only buffer last BufferSize events fired from a partition. |
Coalesce | Default value of coalesce property. |
DelaySeconds | Default value of delay seconds which an event wait in the buffer of a node, before sending to the query cache. |
InMemoryFormat | By default, hold values of entries in the query cache as binary. |
IncludeValue | By default, also cache values of entries besides keys. |
Populate | By default, execute an initial population query prior to creation of the query cache. |
SerializeKeys | Do not serialize given keys by default. |