Search Results for

    Show / Hide Table of Contents

    Class CacheQueryReadEvent

    Cache query read event.

    Inheritance
    object
    EventBase
    CacheQueryReadEvent
    Implements
    IEvent
    IEquatable<EventBase>
    Inherited Members
    EventBase.Id
    EventBase.LocalOrder
    EventBase.Node
    EventBase.Message
    EventBase.Type
    EventBase.Name
    EventBase.Timestamp
    EventBase.Equals(EventBase)
    EventBase.Equals(object)
    EventBase.GetHashCode()
    EventBase.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Apache.Ignite.Core.Events
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public sealed class CacheQueryReadEvent : EventBase, IEvent, IEquatable<EventBase>

    Properties

    CacheName

    Gets cache name on which query was executed.

    Declaration
    public string CacheName { get; }
    Property Value
    Type Description
    string

    ClassName

    Gets queried class name. Applicable for SQL and full text queries.

    Declaration
    public string ClassName { get; }
    Property Value
    Type Description
    string

    Clause

    Gets query clause. Applicable for SQL, SQL fields and full text queries.

    Declaration
    public string Clause { get; }
    Property Value
    Type Description
    string

    Key

    Gets read entry key.

    Declaration
    public object Key { get; }
    Property Value
    Type Description
    object

    OldValue

    Gets read entry old value (applicable for continuous queries).

    Declaration
    public object OldValue { get; }
    Property Value
    Type Description
    object

    QueryType

    Gets query type.

    Declaration
    public string QueryType { get; }
    Property Value
    Type Description
    string

    Row

    Gets read results set row.

    Declaration
    public object Row { get; }
    Property Value
    Type Description
    object

    SubjectId

    Gets security subject ID.

    Declaration
    public Guid? SubjectId { get; }
    Property Value
    Type Description
    Guid?

    TaskName

    Gets the name of the task that executed the query (if any).

    Declaration
    public string TaskName { get; }
    Property Value
    Type Description
    string

    Value

    Gets read entry value.

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    object

    Methods

    ToShortString()

    Gets shortened version of ToString result.

    Declaration
    public override string ToShortString()
    Returns
    Type Description
    string
    Overrides
    EventBase.ToShortString()

    Implements

    IEvent
    IEquatable<T>
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation