Search Results for

    Show / Hide Table of Contents

    Interface IContinuousQueryHandleFields

    Represents a continuous query handle for SqlFieldsQuery used as initial query.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Apache.Ignite.Core.Cache.Query.Continuous
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface IContinuousQueryHandleFields : IContinuousQueryHandle, IDisposable

    Methods

    GetInitialQueryCursor()

    Gets the initial query cursor.

    Can be called only once, throws exception on consequent calls.
    Declaration
    [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Semantics: result differs from call to call.")]
    IFieldsQueryCursor GetInitialQueryCursor()
    Returns
    Type Description
    IFieldsQueryCursor

    Initial query cursor.

    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation