ExAliyunOts.update_table

You're seeing just the function update_table, go back to ExAliyunOts module for more information.
Link to this function

update_table(instance, table_name, options \\ [])

View Source

Specs

update_table(instance(), table_name(), options()) :: result()

Official document in Chinese | English

Example

import MyApp.TableStore

update_table "table_name",
  reserved_throughput_write: 10,
  time_to_live: 200_000,
  stream_spec: [is_enabled: false]

Options

Please see options of create_table/4.