Class ContinuousQuery
Continuous query base class, see ContinuousQuery<TK, TV>.
Namespace: Apache.Ignite.Core.Cache.Query.Continuous
Assembly: Apache.Ignite.Core.dll
Syntax
public abstract class ContinuousQuery : objectConstructors
ContinuousQuery()
Initializes a new instance of the ContinuousQuery class.
Declaration
protected ContinuousQuery()Fields
DefaultAutoUnsubscribe
Default auto-unsubscribe flag value.
Declaration
public const bool DefaultAutoUnsubscribe = nullField Value
| Type | Description | 
|---|---|
| System.Boolean | 
DefaultBufferSize
Default buffer size.
Declaration
public const int DefaultBufferSize = nullField Value
| Type | Description | 
|---|---|
| System.Int32 | 
DefaultTimeInterval
Default time interval.
Declaration
public static readonly TimeSpan DefaultTimeIntervalField Value
| Type | Description | 
|---|---|
| TimeSpan |