Home
last modified time | relevance | path

Searched refs:KeysOnlyIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dfields.py176 class KeysOnlyIndex(BaseIndexField): class
Dtable.py4 AllIndex, KeysOnlyIndex, IncludeIndex,
34 KEYS_ONLY=KeysOnlyIndex,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
Dtest_highlevel.py31 from boto.dynamodb2.fields import (HashKey, RangeKey, KeysOnlyIndex,
56 KeysOnlyIndex('LastNameIndex', parts=[
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
Dtest_table.py4 AllIndex, KeysOnlyIndex, IncludeIndex,
102 keys_only = KeysOnlyIndex('KeysOnly', parts=[
1287 self.assertTrue(isinstance(indexes_1[0], KeysOnlyIndex))
1385 KeysOnlyIndex('FriendCountIndex', parts=[