CosmosDBSqlTriggerType Enum
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.
Type of the Trigger.
public enum CosmosDBSqlTriggerType
type CosmosDBSqlTriggerType =
Public Enum CosmosDBSqlTriggerType
- Inheritance
-
CosmosDBSqlTriggerType
Fields
Name | Value | Description |
---|---|---|
Pre | 0 | Pre. |
Post | 1 | Post. |