Document class
Base class for CosmosDB documents including the etag
property.
- Inheritance
Constructors
- Document.new(String id, JSonMessage json)
Properties
Methods
-
getProp(
String key) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
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.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
JSonMessage json) → Document