Uses of Class
com.azure.data.cosmos.CosmosTriggerProperties
-
Packages that use CosmosTriggerProperties Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB.com.azure.data.cosmos.sync This package provides synchronous interfaces for interacting with Azure Cosmos DB. -
-
Uses of CosmosTriggerProperties in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return CosmosTriggerProperties Modifier and Type Method Description CosmosTriggerProperties
CosmosTriggerProperties. body(String body)
Set the body of the trigger.CosmosTriggerProperties
CosmosTriggerProperties. id(String id)
Sets the idCosmosTriggerProperties
CosmosTriggerResponse. properties()
Gets the cosmos trigger properties or nullCosmosTriggerProperties
CosmosTriggerProperties. triggerOperation(TriggerOperation triggerOperation)
Set the operation type of the trigger.CosmosTriggerProperties
CosmosTriggerProperties. triggerType(TriggerType triggerType)
Set the type of the resource.Methods in com.azure.data.cosmos that return types with arguments of type CosmosTriggerProperties Modifier and Type Method Description Flux<FeedResponse<CosmosTriggerProperties>>
CosmosScripts. queryTriggers(SqlQuerySpec querySpec, FeedOptions options)
Query for triggers in the container After subscription the operation will be performed.Flux<FeedResponse<CosmosTriggerProperties>>
CosmosScripts. queryTriggers(String query, FeedOptions options)
Query for triggers in the container After subscription the operation will be performed.Flux<FeedResponse<CosmosTriggerProperties>>
CosmosScripts. readAllTriggers(FeedOptions options)
Reads all triggers in a container After subscription the operation will be performed.Methods in com.azure.data.cosmos with parameters of type CosmosTriggerProperties Modifier and Type Method Description Mono<CosmosTriggerResponse>
CosmosScripts. createTrigger(CosmosTriggerProperties properties)
Creates a Cosmos trigger.Mono<CosmosTriggerResponse>
CosmosTrigger. replace(CosmosTriggerProperties triggerSettings)
Replaces a cosmos trigger. -
Uses of CosmosTriggerProperties in com.azure.data.cosmos.sync
Methods in com.azure.data.cosmos.sync that return CosmosTriggerProperties Modifier and Type Method Description CosmosTriggerProperties
CosmosSyncTriggerResponse. properties()
Gets cosmos trigger properties.Methods in com.azure.data.cosmos.sync that return types with arguments of type CosmosTriggerProperties Modifier and Type Method Description Iterator<FeedResponse<CosmosTriggerProperties>>
CosmosSyncScripts. queryTriggers(SqlQuerySpec querySpec, FeedOptions options)
Query triggers iterator.Iterator<FeedResponse<CosmosTriggerProperties>>
CosmosSyncScripts. queryTriggers(String query, FeedOptions options)
Query triggers iterator.Iterator<FeedResponse<CosmosTriggerProperties>>
CosmosSyncScripts. readAllTriggers(FeedOptions options)
Read all triggers iterator.Methods in com.azure.data.cosmos.sync with parameters of type CosmosTriggerProperties Modifier and Type Method Description CosmosSyncTriggerResponse
CosmosSyncScripts. createTrigger(CosmosTriggerProperties properties)
Create triggerCosmosSyncTriggerResponse
CosmosSyncTrigger. replace(CosmosTriggerProperties triggerSettings)
Replace cosmos trigger.
-