Group
Show / Hide Table of Contents

Class CreateIndexRequest

Request body to create an index

Inheritance
System.Object
CreateIndexRequest
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 CreateIndexRequest

Properties

| Improve this Doc View Source

IndexType

The type of documents this index will contain

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public IndexType IndexType { get; set; }
Property Value
Type Description
IndexType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾