PacketCaptureSettingsResponse

data class PacketCaptureSettingsResponse(val fileCount: Int? = null, val fileSizeInBytes: Double? = null, val sessionTimeLimitInSeconds: Int? = null)

The storage location for a packet capture session.

Constructors

Link copied to clipboard
constructor(fileCount: Int? = null, fileSizeInBytes: Double? = null, sessionTimeLimitInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileCount: Int? = null

Number of file count. Default value of count is 10 and maximum number is 10000.

Link copied to clipboard
val fileSizeInBytes: Double? = null

Number of bytes captured per packet. Default value in bytes 104857600 (100MB) and maximum in bytes 4294967295 (4GB).

Link copied to clipboard

Maximum duration of the capture session in seconds is 604800s (7 days) for a file. Default value in second 86400s (1 day).