Class PutRequest<TRow>
Represents information about Put operation performed by
PutAsync(String, MapValue, PutOptions, CancellationToken) API.
Inheritance
PutRequest<TRow>
Inherited Members
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class PutRequest<TRow> : WriteRequest
Type Parameters
| Name | Description |
|---|---|
| TRow | The type of value representing the row to put. Must be a reference type. Currently the only supported type is RecordValue. |
Properties
| Name | Description |
|---|---|
| Options | Gets the options for the Put operation. |
| Row | Gets the value of the row for the Put operation. |