Properties
-
$name
→ String
-
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
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
createCollection(ServiceCall call, CreateCollectionRequest request)
→ Future<Empty>
-
-
createCollection_Pre(ServiceCall call, Future<CreateCollectionRequest> request)
→ Future<Empty>
-
-
createIndex(ServiceCall call, CreateIndexRequest request)
→ Future<Value>
-
-
createIndex_Pre(ServiceCall call, Future<CreateIndexRequest> request)
→ Future<Value>
-
-
dropCollection(ServiceCall call, DropCollectionRequest request)
→ Future<Empty>
-
-
dropCollection_Pre(ServiceCall call, Future<DropCollectionRequest> request)
→ Future<Empty>
-
-
dropDatabase(ServiceCall call, DropDatabaseRequest request)
→ Future<Empty>
-
-
dropDatabase_Pre(ServiceCall call, Future<DropDatabaseRequest> request)
→ Future<Empty>
-
-
dropIndex(ServiceCall call, DropIndexRequest request)
→ Future<Empty>
-
-
dropIndex_Pre(ServiceCall call, Future<DropIndexRequest> request)
→ Future<Empty>
-
-
listCollections(ServiceCall call, ListCollectionsRequest request)
→ Future<Value>
-
-
listCollections_Pre(ServiceCall call, Future<ListCollectionsRequest> request)
→ Future<Value>
-
-
listDatabases(ServiceCall call, Empty request)
→ Future<Value>
-
-
listDatabases_Pre(ServiceCall call, Future<Empty> request)
→ Future<Value>
-
-
listIndexes(ServiceCall call, ListIndexesRequest request)
→ Future<Value>
-
-
listIndexes_Pre(ServiceCall call, Future<ListIndexesRequest> request)
→ Future<Value>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited