Class Index
A document index to hold resumes or jobs
Inheritance
System.Object
Index
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Matching
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Index
Properties
| Improve this Doc View SourceIndexType
The type of document in this index
Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public IndexType IndexType { get; set; }
Property Value
Type | Description |
---|---|
IndexType |
Name
The name/id of this index
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OwnerId
The account id of the owner for this index
Declaration
public string OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |