Searched defs:attributes_to_get (Results 1 – 6 of 6) sorted by relevance
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
| D | batch.py | 51 def __init__(self, table, keys, attributes_to_get=None, argument 141 def add_batch(self, table, keys, attributes_to_get=None, argument
|
| D | table.py | 41 def __init__(self, table, keys, attributes_to_get=None, argument 255 attributes_to_get=None, consistent_read=False, argument 520 def batch_get_item(self, keys, attributes_to_get=None): argument
|
| D | layer1.py | 278 def get_item(self, table_name, key, attributes_to_get=None, argument 465 attributes_to_get=None, limit=None, consistent_read=False, argument 533 attributes_to_get=None, limit=None, argument
|
| D | layer2.py | 453 attributes_to_get=None, consistent_read=False, argument 628 attributes_to_get=None, request_limit=None, argument 725 attributes_to_get=None, request_limit=None, max_results=None, argument
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
| D | layer1.py | 980 def get_item(self, table_name, key, attributes_to_get=None, argument 1513 attributes_to_get=None, limit=None, consistent_read=None, argument 1945 def scan(self, table_name, attributes_to_get=None, limit=None, argument
|
| D | table.py | 1311 exclusive_start_key=None, select=None, attributes_to_get=None, argument
|