Table of Contents

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

IndexType

Name

The name/id of this index

public string Name { get; set; }

Property Value

string

OwnerId

The account id of the owner for this index

public string OwnerId { get; set; }

Property Value

string