ServiceListQueuesSegmentOptionalParams interface

Extends

Properties

include

Include this parameter to

marker

A string value that identifies the portion of

maxresults

Specifies the maximum number of queues to

prefix

Filters the results to return only queues whose

requestId

Provides a client-generated, opaque value

timeoutParameter

The The timeout parameter is expressed

Inherited Properties

abortSignal

The signal which can be used to abort requests.

customHeaders

User defined custom request headers that will be applied before the request is sent.

onDownloadProgress

Callback which fires upon download progress.

onUploadProgress

Callback which fires upon upload progress.

timeout

The number of milliseconds a request can take before automatically being terminated.

Property Details

include

Include this parameter to

include?: "metadata"[]

Property Value

"metadata"[]

marker

A string value that identifies the portion of

marker?: string

Property Value

string

maxresults

Specifies the maximum number of queues to

maxresults?: number

Property Value

number

prefix

Filters the results to return only queues whose

prefix?: string

Property Value

string

requestId

Provides a client-generated, opaque value

requestId?: string

Property Value

string

timeoutParameter

The The timeout parameter is expressed

timeoutParameter?: number

Property Value

number

Inherited Property Details

abortSignal

The signal which can be used to abort requests.

abortSignal?: AbortSignalLike

Property Value

Inherited From msRest.RequestOptionsBase.abortSignal

customHeaders

User defined custom request headers that will be applied before the request is sent.

customHeaders?: {[key: string]: string}

Property Value

{[key: string]: string}

Inherited From msRest.RequestOptionsBase.customHeaders

onDownloadProgress

Callback which fires upon download progress.

onDownloadProgress?: (progress: TransferProgressEvent) => void

Property Value

(progress: TransferProgressEvent) => void

Inherited From msRest.RequestOptionsBase.onDownloadProgress

onUploadProgress

Callback which fires upon upload progress.

onUploadProgress?: (progress: TransferProgressEvent) => void

Property Value

(progress: TransferProgressEvent) => void

Inherited From msRest.RequestOptionsBase.onUploadProgress

timeout

The number of milliseconds a request can take before automatically being terminated.

timeout?: number

Property Value

number

Inherited From msRest.RequestOptionsBase.timeout