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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -