logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class StructuredIndex

    Describes a single multi-field index of a StructuredTableSchema.

    Inheritance
    object
    StructuredIndex
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Persistence.Domain.ValueObjects
    Assembly: Serenity.Global.Domain.dll
    Syntax
    public sealed class StructuredIndex

    Constructors

    StructuredIndex(IReadOnlyList<string>)

    Creates a new StructuredIndex.

    Declaration
    public StructuredIndex(IReadOnlyList<string> fields)
    Parameters
    Type Name Description
    IReadOnlyList<string> fields

    Properties

    Fields

    The indexed fields, in index-column order.

    Declaration
    public IReadOnlyList<string> Fields { get; }
    Property Value
    Type Description
    IReadOnlyList<string>
    In this article
    © 2026 Serenity. All Rights Reserved