Interface DataExport.DefinitionStages.WithTableNames

All Known Subinterfaces:
DataExport.Definition, DataExport.DefinitionStages.WithCreate
Enclosing interface:
DataExport.DefinitionStages

public static interface DataExport.DefinitionStages.WithTableNames
The stage of the DataExport definition allowing to specify tableNames.
  • Method Details

    • withTableNames

      DataExport.DefinitionStages.WithCreate withTableNames(List<String> tableNames)
      Specifies the tableNames property: An array of tables to export, for example: [“Heartbeat, SecurityEvent”]..
      Parameters:
      tableNames - An array of tables to export, for example: [“Heartbeat, SecurityEvent”].
      Returns:
      the next definition stage.