QueryResultCollection

class oci.nosql.models.QueryResultCollection(**kwargs)

Bases: object

The result of a query.

Methods

__init__(**kwargs) Initializes a new QueryResultCollection object with values from keyword arguments.

Attributes

items Gets the items of this QueryResultCollection.
usage Gets the usage of this QueryResultCollection.
__init__(**kwargs)

Initializes a new QueryResultCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • items (list[dict(str, object)]) – The value to assign to the items property of this QueryResultCollection.
  • usage (oci.nosql.models.RequestUsage) – The value to assign to the usage property of this QueryResultCollection.
items

Gets the items of this QueryResultCollection. Array of objects representing query results.

Returns:The items of this QueryResultCollection.
Return type:list[dict(str, object)]
usage

Gets the usage of this QueryResultCollection.

Returns:The usage of this QueryResultCollection.
Return type:oci.nosql.models.RequestUsage