Show / Hide Table of Contents

Class TrimHorizonStreamingCursor

TRIM_HORIZON cursor type. Starts reading from the oldest available message in the stream. For configuration instructions, see Creating a Connector with a Streaming Source.

Inheritance
object
StreamingCursorDetails
TrimHorizonStreamingCursor
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class TrimHorizonStreamingCursor : StreamingCursorDetails
In this article
Back to top