Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RequestPolicyOptions interface
- Package:
- @azure/storage-file-share
An interface for compatibility with RequestPolicy
Method Details
log(HttpPipelineLogLevel, string)
function log(logLevel: HttpPipelineLogLevel, message: string)
Parameters
- logLevel
- HttpPipelineLogLevel
- message
-
string
shouldLog(HttpPipelineLogLevel)
function shouldLog(logLevel: HttpPipelineLogLevel): boolean
Parameters
- logLevel
- HttpPipelineLogLevel
Returns
boolean
