Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetMessagesRequest

example

Click here to see how to use GetMessagesRequest.

Hierarchy

Properties

cursor

cursor: string

The cursor used to consume the stream.

Optional limit

limit: undefined | number

The maximum number of messages to return. You can specify any value up to 10000. By default, the service returns as many messages as possible. Consider your average message size to help avoid exceeding throughput on the stream.

Optional opcRequestId

opcRequestId: undefined | string

The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

streamId

streamId: string

The OCID of the stream.