DocumentClient.CreateDocument文件“选项”?

2024-04-25 04:45:43 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图了解Azure的DocumentDbDocumentClient.CreateDocument()需要什么选项。。。你知道吗

我到处找,只是找不到可用的options。你知道吗

我在哪儿找的?你知道吗

  1. The documentation
  2. The source
  3. The samples
  4. The 'Quick Start' example
  5. The tests...

Tags: thesourceexampledocumentation选项testsquickazure
1条回答
网友
1楼 · 发布于 2024-04-25 04:45:43

Python文档显然有点过时了。我想这些选项与available in the JS version相同:

“选项”对象上用于创建文档的可用属性包括:

{
   indexAction: "default|include|exclude",
   disableAutomaticIdGeneration: "string"
}

相关问题 更多 >