skip( )


開発者プレビュー

このAPIは変更される可能性があります。プレビュー期間中、開発者からのフィードバックに基づいてバグ修正や新機能がリリースされる予定です。

Sets the number of items to skip before returning query results.

について skip() function defines the number of results to skip before returning new query results. For example, if you query a collection and 50 items match your query, but you set skip() to 10, the first 10 items that match are ignored, and the 11th through 50th items are returned.

メソッド宣言
コピー
メソッド・パラメータ
skipnumber

Number of items to skip in the query results before returning the results.

リターン
役に立ちましたか?
はい
いいえ