Show / Hide Table of Contents

Namespace Oci.QueueService.Models

Classes

ChangeQueueCompartmentDetails

The information to be updated.

ChannelCollection

List of IDs of non-empty channels.

CreateQueueDetails

The information about a new queue.

DeleteMessagesDetails

The details of a DeleteMessages request.

DeleteMessagesDetailsEntry

Object that represents a message to delete from a queue.

DeleteMessagesResult

The response to a DeleteMessages request. It indicates the number of server and client failures as well as an array of entries for successful and failed actions.

DeleteMessagesResultEntry

Represents the result of a DeleteMessages request, whether it was successful or not. If a message was successfully deleted from the queue, the entry does not contain any fields. If a message failed to be deleted from the queue, the entry includes the errorCode and errorMessage fields.

GetMessage

A message consumed from a queue.

GetMessages

A list of messages from a queue.

MessageMetadata

Object that represents metadata for message.

PurgeQueueDetails

Purge parameters.

PutMessage

A message that has been published to a queue.

PutMessages

A list of the messages published to a queue.

PutMessagesDetails

The details of a PutMessages request.

PutMessagesDetailsEntry

Object that represents a message to publish into a queue.

Queue

A detailed representation of a queue and its configuration.

QueueCollection

Results of a queue search. Contains both QueueSummary items and other information, such as metadata.

QueueStats

The stats for a queue and its dead letter queue. If channelId is specified in request field, it will return channel specific stats response.

QueueSummary

Summary of the queue.

Stats

The stats for a queue or a dead letter queue.

UpdateMessageDetails

Updates the visibility of a message

UpdateMessagesDetails

The details of an UpdateMessages request.

UpdateMessagesDetailsEntry

Object that represents a message to update in a queue.

UpdateMessagesResult

The response to a UpdateMessages request. It indicates the number of server and client failures as well as an array of entries for successful and failed actions.

UpdateMessagesResultEntry

Represents the result of a UpdateMessages request, whether it was successful or not. If a message was successfully updated in the queue, the entry includes the id and visibleAfter fields. If a message failed to be updated in the queue, the entry includes the errorCode and errorMessage fields.

UpdateQueueDetails

The information to be updated.

UpdatedMessage

An updated message with the new visibility.

WorkRequest

A description of workrequest status

WorkRequestError

An error encountered while executing a work request.

WorkRequestErrorCollection

Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.

WorkRequestLogEntry

A log message from the execution of a work request.

WorkRequestLogEntryCollection

Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.

WorkRequestResource

A resource created or operated on by a work request.

WorkRequestSummary

A summary of the status of a work request.

WorkRequestSummaryCollection

Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.

Enums

ActionType

Possible types of actions.

OperationStatus

Possible operation status.

OperationType

Possible operation types.

PurgeQueueDetails.PurgeTypeEnum

Queue.LifecycleStateEnum

SortOrder

Sort orders.

In this article
Back to top