space_object.id object space_object¶ space_object.id¶ Ordinal space number. Spaces can be referenced by either name or number. Thus, if space tester has id = 800, then box.space.tester:insert{0} and box.space[800]:insert{0} are equivalent requests. Example: tarantool> box.space.tester.id --- - 512 ...