Uses of Class
com.azure.resourcemanager.datafactory.models.MongoDbCursorMethodsProperties
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of MongoDbCursorMethodsProperties in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCosmosDbMongoDbApiSource.cursorMethods()
Get the cursorMethods property: Cursor methods for Mongodb query.MongoDbAtlasSource.cursorMethods()
Get the cursorMethods property: Cursor methods for Mongodb query.MongoDbV2Source.cursorMethods()
Get the cursorMethods property: Cursor methods for Mongodb query.MongoDbCursorMethodsProperties.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Cursor methods for Mongodb query.Set the limit property: Specifies the maximum number of documents the server returns.MongoDbCursorMethodsProperties.withProject
(Object project) Set the project property: Specifies the fields to return in the documents that match the query filter.Set the skip property: Specifies the how many documents skipped and where MongoDB begins returning results.Set the sort property: Specifies the order in which the query returns matching documents.Modifier and TypeMethodDescriptionCosmosDbMongoDbApiSource.withCursorMethods
(MongoDbCursorMethodsProperties cursorMethods) Set the cursorMethods property: Cursor methods for Mongodb query.MongoDbAtlasSource.withCursorMethods
(MongoDbCursorMethodsProperties cursorMethods) Set the cursorMethods property: Cursor methods for Mongodb query.MongoDbV2Source.withCursorMethods
(MongoDbCursorMethodsProperties cursorMethods) Set the cursorMethods property: Cursor methods for Mongodb query.