CosmosDbUser class

Class representing a CosmosDB user.

Inheritance
Mixed in types

Constructors

CosmosDbUser(String id)

Properties

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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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() Map<String, dynamic>
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

build(Map json) CosmosDbUser
Builds a CosmosDbUser from a CosmosDB JSON object.