UpdateOpcodeOperation Class |
Namespace: MongoDB.Driver.Core.Operations
The UpdateOpcodeOperation type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateOpcodeOperation |
Initializes a new instance of the UpdateOpcodeOperation class.
|
Name | Description | |
---|---|---|
![]() | BypassDocumentValidation |
Gets or sets a value indicating whether to bypass document validation.
|
![]() | CollectionNamespace |
Gets the collection namespace.
|
![]() | MaxDocumentSize |
Gets or sets the maximum size of a document.
|
![]() | MessageEncoderSettings |
Gets the message encoder settings.
|
![]() | Request |
Gets the request.
|
![]() | RetryRequested |
Gets or sets a value indicating whether retry is enabled for the operation.
|
![]() | WriteConcern |
Gets or sets the write concern.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Execute(IWriteBinding, CancellationToken) |
Executes the operation.
|
![]() | Execute(RetryableWriteContext, CancellationToken) |
Executes the first attempt.
|
![]() | ExecuteAsync(IWriteBinding, CancellationToken) |
Executes the operation.
|
![]() | ExecuteAsync(RetryableWriteContext, CancellationToken) |
Executes the first attempt.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ExecuteWriteConcernResult |
Executes a write operation using a channel source.
(Defined by OperationExtensionMethods.) |
![]() | ExecuteAsyncWriteConcernResult |
Executes a write operation using a channel source.
(Defined by OperationExtensionMethods.) |
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |