SqlTriggerGetPropertiesResource interface
Cosmos DB SQL trigger resource object
- Extends
Inherited Properties
body | Body of the Trigger |
etag | A system generated property representing the resource etag required for optimistic concurrency control. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Name of the Cosmos DB SQL trigger |
rid | A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
trigger |
The operation the trigger is associated with |
trigger |
Type of the Trigger |
ts | A system generated property that denotes the last updated timestamp of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Property Details
body
etag
A system generated property representing the resource etag required for optimistic concurrency control. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From ExtendedResourceProperties.etag
id
Name of the Cosmos DB SQL trigger
id: string
Property Value
string
Inherited From SqlTriggerResource.id
rid
A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server.
rid?: string
Property Value
string
Inherited From ExtendedResourceProperties.rid
triggerOperation
The operation the trigger is associated with
triggerOperation?: string
Property Value
string
Inherited From SqlTriggerResource.triggerOperation
triggerType
Type of the Trigger
triggerType?: string
Property Value
string
Inherited From SqlTriggerResource.triggerType
ts
A system generated property that denotes the last updated timestamp of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
ts?: number
Property Value
number
Inherited From ExtendedResourceProperties.ts