Class GetTableOptions
Represents options passed to
GetTableAsync APIs.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class GetTableOptions : Object
Remarks
For properties not specified or
null,
appropriate defaults will be used as indicated below.
Examples
Executing GetTable operation with provided GetTableOptions.var result = await client.GetTableAsync("myTable",
new GetTableOptions
{
Timeout = TimeSpan.FromSeconds(10)
});
Constructors
| Name | Description |
|---|---|
| GetTableOptions() |
Properties
| Name | Description |
|---|---|
| Compartment | Cloud service only. Gets or sets the compartment id or name for the operation. |
| Namespace | On-premises only. Gets or sets the optional namespace. |
| Timeout | Gets or sets the timeout for the request. |