Group
Show / Hide Table of Contents

Class IndexJobInfo

Generic options that have properties for both V1 and V2.

Inheritance
System.Object
IndexingOptionsGeneric
IndexJobInfo
Inherited Members
IndexingOptionsGeneric.DocumentId
IndexingOptionsGeneric.SearchAndMatchVersion
IndexingOptionsGeneric.IndexId
IndexingOptionsGeneric.UserDefinedTags
IndexingOptionsGeneric.SearchAndMatchEnvironment
IndexingOptionsGeneric.Roles
IndexingOptionsGeneric.CustomFields
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.API.Indexes
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class IndexJobInfo : IndexingOptionsGeneric

Properties

| Improve this Doc View Source

JobData

A job to index

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