QueryConstraint class

QueryConstraint משמש לצמצום קבוצת המסמכים המוחזרת על ידי שאילתת Firestore. QueryConstraint s נוצרים על ידי הפעלת where() , מיין לפי() , מתחיל ב() , startAfter() , endBefore() , נגמר ב() , limit() , limitToLast() ולאחר מכן ניתן להעביר אותו אל query() כדי ליצור מופע שאילתה חדש המכיל גם QueryConstraint זה .

חֲתִימָה:

export declare abstract class QueryConstraint 

נכסים

תכונה משנה סוּג תיאור
סוּג QueryConstraintType הסוג של אילוץ שאילתה זו

QueryConstraint.type

הסוג של אילוץ שאילתה זו

חֲתִימָה:

abstract readonly type: QueryConstraintType;