| Package | Description |
|---|---|
| com.microsoft.azure.cosmos |
| Modifier and Type | Method and Description |
|---|---|
CosmosTriggerSettings |
CosmosTriggerResponse.getCosmosTriggerSettings()
Gets the cosmos trigger settings or null
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<FeedResponse<CosmosTriggerSettings>> |
CosmosContainer.listTriggers(FeedOptions options)
Reads all triggers in a container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosTriggerSettings>> |
CosmosContainer.queryTriggers(SqlQuerySpec querySpec,
FeedOptions options)
Query for triggers in the container
After subscription the operation will be performed.
|
reactor.core.publisher.Flux<FeedResponse<CosmosTriggerSettings>> |
CosmosContainer.queryTriggers(String query,
FeedOptions options)
Query for triggers in the container
After subscription the operation will be performed.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<CosmosTriggerResponse> |
CosmosContainer.createTrigger(CosmosTriggerSettings settings,
CosmosRequestOptions options)
Creates a Cosmos trigger.
|
reactor.core.publisher.Mono<CosmosTriggerResponse> |
CosmosTrigger.replace(CosmosTriggerSettings triggerSettings,
RequestOptions options)
Replaces a cosmos trigger.
|
Copyright © 2019. All rights reserved.