Group
Show / Hide Table of Contents

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 Source

IndexType

The type of document in this index

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public IndexType IndexType { get; set; }
Property Value
Type Description
IndexType
| Improve this Doc View Source

Name

The name/id of this index

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OwnerId

The account id of the owner for this index

Declaration
public string OwnerId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾