Group
Show / Hide Table of Contents

Class IndexMultipleJobsRequest

Request body for an 'index multiple jobs' request

Inheritance
System.Object
IndexMultipleJobsRequest
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.API.Indexes
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class IndexMultipleJobsRequest

Properties

| Improve this Doc View Source

Jobs

The jobs to add into the index

Declaration
public List<IndexJobInfo> Jobs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<IndexJobInfo>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾