Searched defs:write_units (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/ |
D | test_table.py | 38 def create_table(self, table_name, schema, read_units, write_units): argument
|
D | test_layer2.py | 59 def create_table(self, table_name, schema, read_units, write_units): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | table.py | 188 def write_units(self): member in Table 235 def update_throughput(self, read_units, write_units): argument
|
D | layer2.py | 367 def create_table(self, name, schema, read_units, write_units): argument 392 def update_throughput(self, table, read_units, write_units): argument
|