Modifier and Type | Method and Description |
---|---|
CosmosTriggerProperties |
CosmosTriggerProperties.body(String body)
Set the body of the trigger.
|
CosmosTriggerProperties |
CosmosTriggerProperties.id(String id)
Sets the id
|
CosmosTriggerProperties |
CosmosTriggerResponse.properties()
Gets the cosmos trigger properties or null
|
CosmosTriggerProperties |
CosmosTriggerProperties.triggerOperation(TriggerOperation triggerOperation)
Set the operation type of the trigger.
|
CosmosTriggerProperties |
CosmosTriggerProperties.triggerType(TriggerType triggerType)
Set the type of the resource.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<FeedResponse<CosmosTriggerProperties>> |
CosmosScripts.queryTriggers(SqlQuerySpec querySpec,
FeedOptions options)
Query for triggers in the container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosTriggerProperties>> |
CosmosScripts.queryTriggers(String query,
FeedOptions options)
Query for triggers in the container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosTriggerProperties>> |
CosmosScripts.readAllTriggers(FeedOptions options)
Reads all triggers in a container
After subscription the operation will be performed.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosTriggerResponse> |
CosmosScripts.createTrigger(CosmosTriggerProperties properties)
Creates a Cosmos trigger.
|
reactor.core.publisher.Mono<CosmosTriggerResponse> |
CosmosTrigger.replace(CosmosTriggerProperties triggerSettings)
Replaces a cosmos trigger.
|
Copyright © 2019. All rights reserved.