Collection class

Constructors

Collection(String collectionName, ApiCall apiCall, DocumentsApiCall documentsApiCall)

Properties

documents → Documents
no setter
hashCode int
The hash code for this object.
no setterinherited
overrides → Overrides
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synonyms → Synonyms
no setter

Methods

delete() Future<Schema>
Deletes the specified collection.
document(String documentId) → Document
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
override(String overrideId) → Override
retrieve() Future<Schema>
Retrieves the Schema of the specified collection.
synonym(String synonymId) → Synonym
toString() String
A string representation of this object.
inherited
update(UpdateSchema schema) Future<UpdateSchema>
Updates the existing schema according to the provided schema.

Operators

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