Interface Table.UpdateStages.WithResultStatistics

All Known Subinterfaces:
Table.Update
Enclosing interface:
Table.UpdateStages

public static interface Table.UpdateStages.WithResultStatistics
The stage of the Table update allowing to specify resultStatistics.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the resultStatistics property: Search job execution statistics..
  • Method Details

    • withResultStatistics

      Table.Update withResultStatistics(ResultStatistics resultStatistics)
      Specifies the resultStatistics property: Search job execution statistics..
      Parameters:
      resultStatistics - Search job execution statistics.
      Returns:
      the next definition stage.