Class MatchStringsResponse
Match strings response
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class MatchStringsResponse
Properties
Indexes
The sorted list of indexes of the provided strings that match the query
Declaration
[JsonPropertyName("indexes")]
public IList<int> Indexes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<int> |