BaseDocumentWithEtag class abstract
Base class for CosmosDB documents including the etag
property.
- Inheritance
-
- Object
- BaseDocument
- BaseDocumentWithEtag
- Mixed-in types
- Implementers
Constructors
Properties
Methods
-
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(
) → dynamic -
Serializes this instance to a JSON object.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited