Class StructuredIndex
Describes a single multi-field index of a StructuredTableSchema.
Inherited Members
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> |