Interface SpannerIO.SpannerChangeStreamOptions

All Superinterfaces:
ApplicationNameOptions, HasDisplayData, PipelineOptions, StreamingOptions
Enclosing class:
SpannerIO

public static interface SpannerIO.SpannerChangeStreamOptions extends StreamingOptions
Interface to display the name of the metadata table on Dataflow UI. This is only used for internal purpose. This should not be used to pass the name of the metadata table.
  • Method Details

    • getMetadataTable

      String getMetadataTable()
      Returns the name of the metadata table.
    • setMetadataTable

      void setMetadataTable(String table)
      Specifies the name of the metadata table.