Class PutOperation
Represents a Put operation that is part of
WriteOperationCollection.
Implements
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class PutOperation : Object, IWriteOperation
Properties
| Name | Description |
|---|---|
| AbortIfUnsuccessful | Gets the value that determines whether to abort the transaction started by call to WriteManyAsync if this operation fails. |
| Options | Gets the options for the Put operation. |
| Row | Gets the value of the row for the Put operation. |
| TableName | Gets the table name, if available. |