Home
last modified time | relevance | path

Searched refs:projection_type (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dfields.py156 'ProjectionType': self.projection_type,
173 projection_type = 'ALL' variable in AllIndex
188 projection_type = 'KEYS_ONLY' variable in KeysOnlyIndex
203 projection_type = 'INCLUDE' variable in IncludeIndex
284 projection_type = 'ALL' variable in GlobalAllIndex
303 projection_type = 'KEYS_ONLY' variable in GlobalKeysOnlyIndex
323 projection_type = 'INCLUDE' variable in GlobalIncludeIndex
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
Dtest_table.py78 self.assertEqual(all_index.projection_type, 'ALL')
111 self.assertEqual(keys_only.projection_type, 'KEYS_ONLY')
147 self.assertEqual(include_index.projection_type, 'INCLUDE')
188 self.assertEqual(all_index.projection_type, 'ALL')
229 self.assertEqual(keys_only.projection_type, 'KEYS_ONLY')
270 self.assertEqual(include_index.projection_type, 'INCLUDE')