POST api/Process/UpdateCache

Updates the entire Process Configuration cache in Cosmos. This should not really be used because it is expensive in Resource units and could cause throttleling. When a Process is being used it is automatically set in cache the first time if it does not exist and it is published. When a Process is published it is also set in cache automatically. If you want to publish a range of processes and initilize the trigger cache, look at the above

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.