Cursor¶
-
class
oci.streaming.models.
Cursor
(**kwargs)¶ Bases:
object
A cursor that indicates the position in the stream from which you want to begin consuming messages and which is required by the
get_messages()
operation.Methods
__init__
(**kwargs)Initializes a new Cursor object with values from keyword arguments. Attributes
value
[Required] Gets the value of this Cursor. -
__init__
(**kwargs)¶ Initializes a new Cursor object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: value (str) – The value to assign to the value property of this Cursor.
-
value
¶ [Required] Gets the value of this Cursor. The cursor to pass to the GetMessages operation.
Returns: The value of this Cursor. Return type: str
-