ListRequestOptions interface

Common request options for azure storage services

Extends

azure-storage.export=.services.file.FileService.FileServiceOptions

Properties

include
maxResults

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.

shareSnapshotId
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

include

include?: string

Property Value

string

maxResults

maxResults?: number

Property Value

number

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 FileServiceOptions.clientRequestId

clientRequestTimeoutInMs

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

clientRequestTimeoutInMs?: number

Property Value

number

Inherited From FileServiceOptions.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 FileServiceOptions.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 FileServiceOptions.maximumExecutionTimeInMs

shareSnapshotId

shareSnapshotId?: string

Property Value

string

Inherited From FileServiceOptions.shareSnapshotId

timeoutIntervalInMs

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

timeoutIntervalInMs?: number

Property Value

number

Inherited From FileServiceOptions.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 FileServiceOptions.useNagleAlgorithm