Queue Types

Defnes different types of queues under which web jobs are processed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

The Description field in the QueueType table is of data type nvarchar which is used to store textual information as a variable-length string. It can hold up to 4,000 characters and is used to store detailed information regarding each type of Queue with the table.

int32

Timeout is an int field in the QueueType table which stores the number of seconds before the entry for a particular QueueType expires and is deleted from the queue.

string
required
length between 1 and 450

QueueTypeId is a primary key field of data type nvarchar in the QueueType table. It is a unique identifier with up to 450 characters that describes different types of queues in the system, such as “Order Queue” or “Print Queue”. This value is used to identify and group queues in the system.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!