Table of Contents

Class IndexSchemaReport

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Per-index schema report.

public class IndexSchemaReport
Inheritance
IndexSchemaReport
Inherited Members

Constructors

IndexSchemaReport()

public IndexSchemaReport()

Properties

AllowMultiple

True when the index permits multiple entities per key (non-unique).

public bool AllowMultiple { get; init; }

Property Value

bool

FieldId

Unique field identifier of the indexed field.

public int FieldId { get; init; }

Property Value

int

FieldName

Name of the indexed field.

public string FieldName { get; init; }

Property Value

string