Java com.mongodb.client.model PushOptions fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client.model PushOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client.model PushOptions.

The text is from its open source code.

Method

IntegergetPosition()
Gets the position at which to add the pushed values in the array.
IntegergetSlice()
Gets the slice value, which is the limit on the number of array elements allowed.
IntegergetSort()
Gets the sort direction for sorting array elements that are not documents.
BsongetSortDocument()
Gets the sort direction for sorting array elements that are documents.