Class IndexSchemaReport
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
FieldId
Unique field identifier of the indexed field.
public int FieldId { get; init; }
Property Value
FieldName
Name of the indexed field.
public string FieldName { get; init; }