Search Results for

    Show / Hide Table of Contents

    Class CacheQueryExecutedEvent

    Cache query execution event.

    Inheritance
    System.Object
    EventBase
    CacheQueryExecutedEvent
    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()
    EventBase.ReadNode(IBinaryRawReader)
    Namespace: Apache.Ignite.Core.Events
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public sealed class CacheQueryExecutedEvent : EventBase, IEvent

    Properties

    CacheName

    Gets cache name on which query was executed.

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

    ClassName

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

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

    Clause

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

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

    QueryType

    Gets query type.

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

    SubjectId

    Gets security subject ID.

    Declaration
    public Guid? SubjectId { get; }
    Property Value
    Type Description
    System.Nullable<Guid>

    TaskName

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

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

    Methods

    ToShortString()

    Gets shortened version of ToString result.

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

    Implements

    IEvent
    IEquatable<>
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation