Class Index
- Namespace
- Textkernel.Tx.Models.Matching
- Assembly
- Textkernel.Tx.SDK.dll
A document index to hold resumes or jobs
public class Index
- Inheritance
-
Index
- Inherited Members
Properties
IndexType
The type of document in this index
[JsonConverter(typeof(JsonStringEnumConverter))]
public IndexType IndexType { get; set; }
Property Value
Name
The name/id of this index
public string Name { get; set; }
Property Value
OwnerId
The account id of the owner for this index
public string OwnerId { get; set; }