次の方法で共有


MongoDBCursorMethodsProperties.Skip プロパティ

定義

スキップされたドキュメントの数と、MongoDB が結果の返しを開始する場所を指定します。 この方法は、ページ分割された結果を実装する場合に役立ちます。 型: integer (または resultType 整数を持つ式)。

public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> Skip { get; set; }
member this.Skip : Azure.Core.Expressions.DataFactory.DataFactoryElement<int> with get, set
Public Property Skip As DataFactoryElement(Of Integer)

プロパティ値

適用対象