Interface BeamSqlDataCatalogExample.DCExamplePipelineOptions

All Superinterfaces:
HasDisplayData, PipelineOptions
Enclosing class:
BeamSqlDataCatalogExample

public static interface BeamSqlDataCatalogExample.DCExamplePipelineOptions extends PipelineOptions
Pipeline options to specify the query and the output for the example.
  • Method Details

    • getQueryString

      @Required String getQueryString()
      SQL Query.
    • setQueryString

      void setQueryString(String queryString)
    • getOutputFilePrefix

      @Required String getOutputFilePrefix()
      Output file prefix.
    • setOutputFilePrefix

      void setOutputFilePrefix(String outputPathPrefix)