Package com.azure.cosmos
Class CosmosTrigger
java.lang.Object
com.azure.cosmos.CosmosTrigger
The type Cosmos sync trigger.
-
Method Summary
Modifier and TypeMethodDescriptiondelete()Delete cosmos trigger.getId()Gets getId.read()Read cosmos trigger.replace(CosmosTriggerProperties triggerProperties) Replace cosmos trigger.
-
Method Details
-
getId
Gets getId.- Returns:
- the string
-
read
Read cosmos trigger.- Returns:
- the cosmos trigger response
-
replace
Replace cosmos trigger.- Parameters:
triggerProperties- the trigger properties.- Returns:
- the cosmos trigger response
-
delete
Delete cosmos trigger.- Returns:
- the cosmos response
-