QueryDataObjectResultSetRowsCollection¶
- 
class oci.opsi.models.QueryDataObjectResultSetRowsCollection(**kwargs)¶
- Bases: - object- Collection of result set rows from the data object query. - Attributes - FORMAT_JSON- A constant which can be used with the format property of a QueryDataObjectResultSetRowsCollection. - format- [Required] Gets the format of this QueryDataObjectResultSetRowsCollection. - Methods - __init__(**kwargs)- Initializes a new QueryDataObjectResultSetRowsCollection object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
FORMAT_JSON= 'JSON'¶
- A constant which can be used with the format property of a QueryDataObjectResultSetRowsCollection. This constant has a value of “JSON” 
 - 
__init__(**kwargs)¶
- Initializes a new QueryDataObjectResultSetRowsCollection object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: - The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - format (str) – The value to assign to the format property of this QueryDataObjectResultSetRowsCollection. Allowed values for this property are: “JSON”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. 
 - 
format¶
- [Required] Gets the format of this QueryDataObjectResultSetRowsCollection. Format type of data object query result set. - Allowed values for this property are: “JSON”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The format of this QueryDataObjectResultSetRowsCollection. - Return type: - str 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 
-