python - DocumentClient.CreateDocument 'options'? -


i trying understand options azure's documentdb documentclient.createdocument() takes...

i've searched high , low , cannot find out options available.

where have looked?

  1. the documentation
  2. the source
  3. the samples
  4. the 'quick start' example
  5. the tests...

python documentation seems bit out of date. imagine options same what's available in js version though:

the properties available on options object creating document are:

{    indexaction: "default|include|exclude",    disableautomaticidgeneration: "string" } 

Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -