public class CosmosTrigger extends Object
Modifier and Type | Method and Description |
---|---|
CosmosTriggerResponse |
delete()
Delete cosmos trigger.
|
String |
getId()
Gets getId.
|
CosmosTriggerResponse |
read()
Read cosmos trigger.
|
CosmosTriggerResponse |
replace(CosmosTriggerProperties triggerSettings)
Replace cosmos trigger.
|
public String getId()
public CosmosTriggerResponse read() throws CosmosClientException
CosmosClientException
- the cosmos client exceptionpublic CosmosTriggerResponse replace(CosmosTriggerProperties triggerSettings) throws CosmosClientException
triggerSettings
- the trigger settingsCosmosClientException
- the cosmos client exceptionpublic CosmosTriggerResponse delete() throws CosmosClientException
CosmosClientException
- the cosmos client exceptionCopyright © 2020 Microsoft Corporation. All rights reserved.