Search Results for

    Show / Hide Table of Contents

    Interface IContinuousQueryHandleFields

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

    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
    IFieldsQueryCursor GetInitialQueryCursor()
    Returns
    Type Description
    IFieldsQueryCursor

    Initial query cursor.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation