Table of Contents

Class IndexMultipleJobsRequest

Namespace
Textkernel.Tx.Models.API.Indexes
Assembly
Textkernel.Tx.SDK.dll

Request body for an 'index multiple jobs' request

public class IndexMultipleJobsRequest
Inheritance
IndexMultipleJobsRequest
Inherited Members

Properties

Jobs

The jobs to add into the index

public List<IndexJobInfo> Jobs { get; set; }

Property Value

List<IndexJobInfo>