Class QueryResultCollection
The result of a query.
Inherited Members
Namespace: Oci.NosqlService.Models
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class QueryResultCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<Dictionary<string, object>> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Dictionary<string, object>> | Array of objects representing query results. |
Usage
Declaration
[JsonProperty(PropertyName = "usage")]
public RequestUsage Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| RequestUsage |