Class DropReplicaOptions
Cloud Service only. Represents options passed to
DropReplicaAsync and
DropReplicaWithCompletionAsync
APIs.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class DropReplicaOptions : Object
Remarks
For properties not specified or
null,
appropriate defaults will be used as indicated below.
Constructors
| Name | Description |
|---|---|
| DropReplicaOptions() |
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. |
| Timeout | Gets or sets the timeout for the operation. |