io.github.zeal18.zio.mongodb.driver.result

Result based types

Attributes

Members list

Concise view

Type members

Types

type DeleteResult = DeleteResult

The result of a delete operation. If the delete was unacknowledged, then wasAcknowledged will return false and all other methods with throw an UnsupportedOperationException.

The result of a delete operation. If the delete was unacknowledged, then wasAcknowledged will return false and all other methods with throw an UnsupportedOperationException.

Attributes

type InsertManyResult = InsertManyResult

The result of an insert many operation. If the update was unacknowledged, then wasAcknowledged will return false and all other methods with throw an UnsupportedOperationException.

The result of an insert many operation. If the update was unacknowledged, then wasAcknowledged will return false and all other methods with throw an UnsupportedOperationException.

Attributes

type InsertOneResult = InsertOneResult

The result of an insert one operation. If the update was unacknowledged, then wasAcknowledged will return false and all other methods with throw an UnsupportedOperationException.

The result of an insert one operation. If the update was unacknowledged, then wasAcknowledged will return false and all other methods with throw an UnsupportedOperationException.

Attributes

type UpdateResult = UpdateResult

The result of an update operation. If the update was unacknowledged, then wasAcknowledged will return false and all other methods with throw an UnsupportedOperationException.

The result of an update operation. If the update was unacknowledged, then wasAcknowledged will return false and all other methods with throw an UnsupportedOperationException.

Attributes