CosmosTriggerExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |