Interface protos.google.firestore.v1.StructuredQuery.IFindNearest (0.2.0)

Properties of a FindNearest.

Package

@google-cloud/firestore-api

Properties

distanceMeasure

distanceMeasure?: (google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure|keyof typeof google.firestore.v1.StructuredQuery.FindNearest.DistanceMeasure|null);

FindNearest distanceMeasure

distanceResultField

distanceResultField?: (string|null);

FindNearest distanceResultField

distanceThreshold

distanceThreshold?: (google.protobuf.IDoubleValue|null);

FindNearest distanceThreshold

limit

limit?: (google.protobuf.IInt32Value|null);

FindNearest limit

queryVector

queryVector?: (google.firestore.v1.IValue|null);

FindNearest queryVector

vectorField

vectorField?: (google.firestore.v1.StructuredQuery.IFieldReference|null);

FindNearest vectorField