Azure / azure-cosmosdb-js-server

The JavaScript SDK for server-side programming in Azure Cosmos DB
MIT License
178 stars 153 forks source link

Does request.getOperationType() exist? #22

Open johndowns opened 6 years ago

johndowns commented 6 years ago

The uniqueConstraint sample trigger here refers to request.getOperationType() on line 39. However, this method is not defined in the documentation for the Request object, nor in the wrapper script.

Is it possible to resolve this inconsistency? If the method does exist, can it be documented please?