Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个自定义实体Entity1,我需要将其设为id字段主键。怎么做?我希望当我打电话时mDataClient.createEntityAsync- 如果实体已经存在,它将更新实体id,目前它会创建一个新实体。谢谢。
Entity1
id
mDataClient.createEntityAsync
目前我们不支持除“name”之外的主键,这是所有集合的默认值。你能用'name'代替'id'吗?