Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/service-bus

Package version

Index

Type aliases

AuthorizationRule

AuthorizationRule: { claimType: string; claimValue: string; keyName: string; primaryKey?: undefined | string; rights: { accessRights?: string[] }; secondaryKey?: undefined | string }

Represents type of AuthorizationRule in ATOM based management operations.

Type declaration

  • claimType: string
  • claimValue: string
  • keyName: string
  • Optional primaryKey?: undefined | string
  • rights: { accessRights?: string[] }
    • Optional accessRights?: string[]
  • Optional secondaryKey?: undefined | string

EntityStatus

EntityStatus: "Active" | "Creating" | "Deleting" | "ReceiveDisabled" | "SendDisabled" | "Disabled" | "Renaming" | "Restoring" | "Unknown"

Possible values for status of the Service Bus messaging entities.

MessageCountDetails

MessageCountDetails: { activeMessageCount: number; deadLetterMessageCount: number; scheduledMessageCount: number; transferDeadLetterMessageCount: number; transferMessageCount: number }

Represents type of message count details in ATOM based management operations.

Type declaration

  • activeMessageCount: number
  • deadLetterMessageCount: number
  • scheduledMessageCount: number
  • transferDeadLetterMessageCount: number
  • transferMessageCount: number

OperationOptionsBase

OperationOptionsBase: Pick<OperationOptions, "abortSignal" | "tracingOptions">

NOTE: This type is intended to mirror the relevant fields and structure from @azure/core-http OperationOptions

Options for configuring tracing and the abortSignal.

ReceiveMode

ReceiveMode: "peekLock" | "receiveAndDelete"

Represents the possible receive modes for the receiver.

SqlParameter

SqlParameter: { key: string; type: string; value: string | number }

Represents type of SQL Parameter in ATOM based management operations

Type declaration

  • key: string
  • type: string
  • value: string | number

SqlRuleAction

SqlRuleAction: SqlRuleFilter

Represents all possible fields on SqlAction

Generated using TypeDoc