Uses of Class
com.azure.cosmos.models.CosmosTriggerProperties
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosTriggerProperties in com.azure.cosmos
Modifier and TypeMethodDescriptionCosmosAsyncScripts.queryTriggers
(SqlQuerySpec querySpec, CosmosQueryRequestOptions options) Query for triggers in the containerCosmosAsyncScripts.queryTriggers
(String query, CosmosQueryRequestOptions options) Query for triggers in the containerCosmosScripts.queryTriggers
(SqlQuerySpec querySpec, CosmosQueryRequestOptions options) Query triggersCosmosPagedIterable
.CosmosScripts.queryTriggers
(String query, CosmosQueryRequestOptions options) Query triggersCosmosPagedIterable
.CosmosAsyncScripts.readAllTriggers()
Reads all triggers in a containerCosmosScripts.readAllTriggers()
Read all triggersCosmosPagedIterable
.Modifier and TypeMethodDescriptionCosmosAsyncScripts.createTrigger
(CosmosTriggerProperties properties) Creates a Cosmos trigger.CosmosScripts.createTrigger
(CosmosTriggerProperties properties) Create triggerCosmosAsyncTrigger.replace
(CosmosTriggerProperties triggerProperties) Replaces a cosmos trigger.CosmosTrigger.replace
(CosmosTriggerProperties triggerProperties) Replace cosmos trigger. -
Uses of CosmosTriggerProperties in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosTriggerResponse.getProperties()
Gets the cosmos trigger properties or nullSet the body of the trigger.Sets the idCosmosTriggerProperties.setTriggerOperation
(TriggerOperation triggerOperation) Set the operation type of the trigger.CosmosTriggerProperties.setTriggerType
(TriggerType triggerType) Set the type of the resource.