UploadRequest.DeleteSchemaRequest

Stay organized with collections Save and categorize content based on your preferences.
public static class UploadRequest.DeleteSchemaRequest extends UploadRequest.AbstractRequest

Request to delete the schema from the indexing API for the data source.

An example of DeleteSchemaRequest is:

   {
     "type": "schema.delete"
   }
 

Inherited Field Summary

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UploadRequest.DeleteSchemaRequest ()