Class CreateIndexRequest
- Namespace
- Textkernel.Tx.Models.API.Indexes
- Assembly
- Textkernel.Tx.SDK.dll
Request body to create an index
public class CreateIndexRequest
- Inheritance
-
CreateIndexRequest
- Inherited Members
Properties
IndexType
The type of documents this index will contain
[JsonConverter(typeof(JsonStringEnumConverter))]
public IndexType IndexType { get; set; }