ListTablesRequestOptions interface

Common request options for azure storage services

Extends

azure-storage.export=.common.RequestOptions

Properties

maxResults
payloadFormat

Inherited Properties

clientRequestId

{string} A string that represents the client request ID with a 1KB character limit.

clientRequestTimeoutInMs

{int} The timeout of client requests, in milliseconds, to use for the request.

locationMode

{LocationMode} Specifies the location mode used to decide which location the request should be sent to.

maximumExecutionTimeInMs

{int} The maximum execution time, in milliseconds, across all potential retries, to use when making this request.

timeoutIntervalInMs

{int} The server timeout interval, in milliseconds, to use for the request.

useNagleAlgorithm

{bool} Determines whether the Nagle algorithm is used; true to use the Nagle algorithm; otherwise, false.

Property Details

maxResults

maxResults?: number

Property Value

number

payloadFormat

payloadFormat?: string

Property Value

string

Inherited Property Details

clientRequestId

{string} A string that represents the client request ID with a 1KB character limit.

clientRequestId?: string

Property Value

string

Inherited From RequestOptions.clientRequestId

clientRequestTimeoutInMs

{int} The timeout of client requests, in milliseconds, to use for the request.

clientRequestTimeoutInMs?: number

Property Value

number

Inherited From RequestOptions.clientRequestTimeoutInMs

locationMode

{LocationMode} Specifies the location mode used to decide which location the request should be sent to.

locationMode?: LocationMode

Property Value

azure-storage.export=.common.util.storageutilities.LocationMode

Inherited From RequestOptions.locationMode

maximumExecutionTimeInMs

{int} The maximum execution time, in milliseconds, across all potential retries, to use when making this request.

maximumExecutionTimeInMs?: number

Property Value

number

Inherited From RequestOptions.maximumExecutionTimeInMs

timeoutIntervalInMs

{int} The server timeout interval, in milliseconds, to use for the request.

timeoutIntervalInMs?: number

Property Value

number

Inherited From RequestOptions.timeoutIntervalInMs

useNagleAlgorithm

{bool} Determines whether the Nagle algorithm is used; true to use the Nagle algorithm; otherwise, false.

useNagleAlgorithm?: boolean

Property Value

boolean

Inherited From RequestOptions.useNagleAlgorithm