Class AddReplicaOptions
Cloud Service only. Represents options passed to
AddReplicaAsync and
AddReplicaWithCompletionAsync
APIs.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class AddReplicaOptions : Object
Remarks
For properties not specified or
null,
appropriate defaults will be used as indicated below.
Constructors
| Name | Description |
|---|---|
| AddReplicaOptions() |
Properties
| Name | Description |
|---|---|
| Compartment | Cloud service only. Gets or sets the compartment id or name for the operation. |
| MatchETag | Cloud Service only. Gets or sets the entity tag that must be matched for operation to proceed. |
| PollDelay | Gets or sets the poll delay for polling when asynchronously waiting for operation completion. |
| ReadUnits | Gets or sets read units for the replica table. |
| Timeout | Gets or sets the timeout for the operation. |
| WriteUnits | Gets or sets write units for the replica table. |