PacketCaptureSettings interface
The storage location for a packet capture session.
Properties
file |
Number of file count. Default value of count is 10 and maximum number is 10000. |
file |
Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB). |
session |
Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day). |
Property Details
fileCount
Number of file count. Default value of count is 10 and maximum number is 10000.
fileCount?: number
Property Value
number
fileSizeInBytes
Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB).
fileSizeInBytes?: number
Property Value
number
sessionTimeLimitInSeconds
Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day).
sessionTimeLimitInSeconds?: number
Property Value
number