CosmosDbTrigger class
- Inheritance
-
- Object
- CosmosDbDocument
- BaseDocument
- BaseDocumentWithEtag
- CosmosDbTrigger
Constructors
- CosmosDbTrigger.new(String id, String body, CosmosDbTriggerType type, CosmosDbTriggerOperation operation)
Properties
- body → String
-
no setterinherited
- etag → String
-
The document's
etag
property.no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The document's id.
finalinherited
- operation → CosmosDbTriggerOperation
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → CosmosDbTriggerType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBody(
String body) → void -
inherited
-
setEtag(
Map json) → void -
Set
etag
from a JSON map; to be called by DocumentBuilder methods.inherited -
toJson(
) → JSonMessage - Serializes this instance to a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited