示例#1
0
 class ByBaz(GlobalIndex):
     name = 'baz'
     hash_key = 'baz'
     range_key = 'bar'
     read = 5
     write = 5
     projection = ProjectInclude('count')
示例#2
0
 class ByBaz(GlobalIndex):
     name = "baz"
     hash_key = "baz"
     range_key = "bar"
     read = 5
     write = 5
     projection = ProjectInclude("count")