Search Results for

    Show / Hide Table of Contents

    Class QueryIndexField

    Represents an indexed field.

    Inheritance
    object
    QueryIndexField
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Apache.Ignite.Core.Cache.Configuration
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class QueryIndexField

    Constructors

    QueryIndexField()

    Initializes a new instance of the QueryIndexField class.

    Declaration
    public QueryIndexField()

    QueryIndexField(string)

    Initializes a new instance of the QueryIndexField class.

    Declaration
    public QueryIndexField(string name)
    Parameters
    Type Name Description
    string name

    The name.

    QueryIndexField(string, bool)

    Initializes a new instance of the QueryIndexField class.

    Declaration
    public QueryIndexField(string name, bool isDescending)
    Parameters
    Type Name Description
    string name

    The name.

    bool isDescending

    Sort direction.

    Properties

    IsDescending

    Gets a value indicating whether this index is descending. Default is false.

    Declaration
    public bool IsDescending { get; set; }
    Property Value
    Type Description
    bool

    Name

    Gets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation