public boolean getCreateTableIfDoesntExist()

in vandelay-bigtable/src/main/java/com/spotify/api/vandelay/bigtable/config/VandelayBigTableImportConfiguration.java [53:55]


  public boolean getCreateTableIfDoesntExist() {
    return createTableIfDoesntExist;
  }