CollectionPropertiesResponse class

Inheritance

Constructors

CollectionPropertiesResponse({required Result result, required CollectionInfo collectionInfo, required int writeConcern, required bool waitForSync, required String tempObjectId, required bool cacheEnabled, required bool isSmartChild, required String objectId, String? schema, required KeyOptions keyOptions, required bool isDisjoint, required String statusString})
const

Properties

cacheEnabled bool
final
collectionInfo CollectionInfo
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isDisjoint bool
final
isSmartChild bool
final
keyOptions → KeyOptions
final
objectId String
final
result Result
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String?
final
statusString String
final
tempObjectId String
final
waitForSync bool
final
writeConcern int
final

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