CosmosDB class

A summary of APIs to access the cosmosdb using the given credentials and options

Constructors

CosmosDB({required dynamic masterKey, required dynamic baseUrl, Client? httpClient})
Configures the APIs with the credentials and a custom but optional http client

Properties

collections → CollectionApi
API to access collections
no setter
databases → DatabaseApi
API to access databases
no setter
documents → DocumentApi
API to access documents
no setter
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited