ex_aliyun_ots v0.5.5 ExAliyunOts.Sequence View Source
Link to this section Summary
Link to this section Functions
Link to this function
batch_write(instance_key, write_requests, options \\ Keyword.new())
View Source
Link to this function
create_table(instance_key, table, pk_keys, options \\ Keyword.new())
View Source
Link to this function
delete_row(instance_key, table, pk_keys, options \\ Keyword.new())
View Source
Link to this function
get_range(instance_key, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options \\ Keyword.new())
View Source
Link to this function
iterate_all_range(instance_key, table, inclusive_start_primary_keys, exclusive_end_primary_keys, options \\ Keyword.new())
View Source
Link to this function
put_row(instance_key, table, pk_keys, attrs, options \\ Keyword.new())
View Source
Link to this function