ColeccionObjBox3Wrapper class

Inheritance

Constructors

ColeccionObjBox3Wrapper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

consultaByAlternativeHNSWKey(String coleccion, List<double> queryVector, int maxResultCount) Condition<ColeccionObjBox3>
Alternative HNSW Key
override
consultaByAlternativeHNSWKey1(String coleccion, List<double> queryVector, int maxResultCount) Condition<ColeccionObjBox3>
override
consultaByAlternativeHNSWKey2(String coleccion, List<double> queryVector, int maxResultCount) Condition<ColeccionObjBox3>
override
consultaByAlternativeKey(String coleccion, String value, CriterioPeticion criterio) Condition<ColeccionObjBox3>
Alternative Key
override
consultaByAlternativeKey1(String coleccion, String value, CriterioPeticion criterio) Condition<ColeccionObjBox3>
override
consultaByAlternativeKey2(String coleccion, String value, CriterioPeticion criterio) Condition<ColeccionObjBox3>
override
consultaByColeccion(String value, CriterioPeticion criterio) Condition<ColeccionObjBox3>
override
consultaByEtransfer(String coleccion, String value) Condition<ColeccionObjBox3>
override
consultaById(String coleccion, int id, CriterioPeticion criterio) Condition<ColeccionObjBox3>
override
consultaByIdMovile(String coleccion, String value, CriterioPeticion criterio) Condition<ColeccionObjBox3>
override
consultaByIdServer(String coleccion, String value, CriterioPeticion criterio) Condition<ColeccionObjBox3>
override
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