Interface BatchIndexingJobTemplate


public interface BatchIndexingJobTemplate
ETL template to create a BatchIndexingJob that indexes data from an InputSource into an output destination.

This interface currently defines no methods and is used only as the root type for serialization of compaction template objects.

  • Method Summary

    Modifier and Type
    Method
    Description
    Unique type name of this template used for JSON serialization.
  • Method Details

    • getType

      String getType()
      Unique type name of this template used for JSON serialization.