WebAppsStartWebSiteNetworkTraceQueryParamProperties interface
Properties
| duration |
The duration to keep capturing in seconds. |
| max |
The maximum frame length in bytes (Optional). |
| sas |
The Blob URL to store capture file. |
Property Details
durationInSeconds
The duration to keep capturing in seconds.
durationInSeconds?: number
Property Value
number
maxFrameLength
The maximum frame length in bytes (Optional).
maxFrameLength?: number
Property Value
number
sasUrl
The Blob URL to store capture file.
sasUrl?: string
Property Value
string