new InfoPolicy( [props])
Initializes a new InfoPolicy from the provided policy values.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
props |
Object |
<optional> |
Policy values |
- Since:
-
- v3.0.0
- Source:
Members
-
checkBounds :boolean
-
Ensure the request is within allowable size limits.
Type:
- boolean
- Source:
-
sendAsIs :boolean
-
Send request without any further processing.
Type:
- boolean
- Source:
-
timeout :number
-
Maximum time in milliseconds to wait for the operation to complete.
Type:
- number
- Source: