我可以在前夕架构定义中创建唯一复合约束吗?

时间:2016-05-12 14:42:38

标签: python mongodb eve cerberus

我想知道是否可以在文档的两个或多个字段之间创建一个eve模式定义的唯一约束,而不是只有一个,如Eve' {{{ 3}},

我希望直接在mongodb上创建schema definition documentation,但需要eve API级别。

1 个答案:

答案 0 :(得分:2)

目前尚不支持。但是,如果Mongo返回了重复的密钥错误,则Eve将使用uniqueproper message in the response body进行回复,无论是否已在API级别设置了 private void Calculate3DPosition(CarouselItem child, int diameter, float angleOffset){ angleOffset = angleOffset * (float)(Math.PI/180.0f); float x = - (float)(diameter/2 * android.util.FloatMath.sin(angleOffset)) + diameter/2 - child.getWidth()/2; float z = diameter/2 * (1.0f - (float)android.util.FloatMath.cos(angleOffset)); float y = - getHeight()/2 + (float) (z * android.util.FloatMath.sin(mTheta)); child.setItemX(x); child.setItemZ(z-200);//Add how much size you want for Z axis. child.setItemY(y); } 规则。