How do I install and setup the RavenDb index replication

前端 未结 1 421
滥情空心
滥情空心 2021-02-10 07:33

rI\'ve looked at the questions and indeed the RavenDb docs. There\'s a little at RavenDb Index Replication Docs but there doesn\'t seem any guidance on how/when/where to create

1条回答
  •  北荒
    北荒 (楼主)
    2021-02-10 07:48

    You need to define two things. a) An index that transform the document to the row shape. b) A document that tell RavenDB what is the connection string name, the table name, and the columns to map

    0 讨论(0)
提交回复
热议问题