Share via


CosmosTriggerExtensions Class

Definition

Cosmos DB specific extension methods for ITrigger and related types.

[System.Runtime.CompilerServices.Nullable(0)]
public static class CosmosTriggerExtensions
[<System.Runtime.CompilerServices.Nullable(0)>]
type CosmosTriggerExtensions = class
Public Module CosmosTriggerExtensions
Inheritance
CosmosTriggerExtensions
Attributes

Remarks

See Database triggers for more information and examples.

Methods

Name Description
GetTriggerOperation(IReadOnlyTrigger)

Gets the Cosmos DB trigger operation for this trigger.

GetTriggerOperationConfigurationSource(IConventionTrigger)

Gets the ConfigurationSource for the Cosmos DB trigger operation.

GetTriggerType(IReadOnlyTrigger)

Gets the Cosmos DB trigger type for this trigger.

GetTriggerTypeConfigurationSource(IConventionTrigger)

Gets the ConfigurationSource for the Cosmos DB trigger type.

SetTriggerOperation(IConventionTrigger, Nullable<TriggerOperation>, Boolean)

Sets the Cosmos DB trigger operation for this trigger.

SetTriggerOperation(IMutableTrigger, Nullable<TriggerOperation>)

Sets the Cosmos DB trigger operation for this trigger.

SetTriggerType(IConventionTrigger, Nullable<TriggerType>, Boolean)

Sets the Cosmos DB trigger type for this trigger.

SetTriggerType(IMutableTrigger, Nullable<TriggerType>)

Sets the Cosmos DB trigger type for this trigger.

Applies to