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?
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
Post a Comment