Class PrepareOptions
Represents options passed to PrepareAsync(String, PrepareOptions, CancellationToken).
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class PrepareOptions : Object
Remarks
For properties not specified or
null,
appropriate defaults will be used as indicated below.
Constructors
| Name | Description |
|---|---|
| PrepareOptions() |
Properties
| Name | Description |
|---|---|
| Compartment | Cloud service only. Gets or sets the compartment id or name for the operation. |
| GetQueryPlan | Gets or sets a value that determines whether a printout of the query execution plan will be included in the returned result. |
| GetResultSchema | Gets or sets a value that determines whether the JSON value of the query result schema will be included in the returned result. |
| Namespace | On-premises only. Gets or sets the optional namespace. |
| Timeout | Gets or sets the timeout for the request. |