MongoDbCursorMethodsProperties |
CosmosDbMongoDbApiSource.cursorMethods() |
Get the cursorMethods property: Cursor methods for Mongodb query.
|
MongoDbCursorMethodsProperties |
MongoDbAtlasSource.cursorMethods() |
Get the cursorMethods property: Cursor methods for Mongodb query.
|
MongoDbCursorMethodsProperties |
MongoDbV2Source.cursorMethods() |
Get the cursorMethods property: Cursor methods for Mongodb query.
|
MongoDbCursorMethodsProperties |
MongoDbCursorMethodsProperties.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: Cursor methods for Mongodb query.
|
MongoDbCursorMethodsProperties |
MongoDbCursorMethodsProperties.withLimit(Object limit) |
Set the limit property: Specifies the maximum number of documents the server returns.
|
MongoDbCursorMethodsProperties |
MongoDbCursorMethodsProperties.withProject(Object project) |
Set the project property: Specifies the fields to return in the documents that match the query filter.
|
MongoDbCursorMethodsProperties |
MongoDbCursorMethodsProperties.withSkip(Object skip) |
Set the skip property: Specifies the how many documents skipped and where MongoDB begins returning results.
|
MongoDbCursorMethodsProperties |
MongoDbCursorMethodsProperties.withSort(Object sort) |
Set the sort property: Specifies the order in which the query returns matching documents.
|