共用方式為


PacketCaptureSettings interface

封包擷取會話的儲存位置。

屬性

fileCount

檔案計數。 計數的預設值為10,而最大數目為10000。

fileSizeInBytes

每個封包擷取的位元元組數目。 以位元組為單位的預設值104857600 (100MB),以及位元組數上限4294967295(4GB)。

sessionTimeLimitInSeconds

擷取會話的持續時間上限為檔案的 604800 秒(7 天)。 第二個 86400 秒的預設值(1 天)。

屬性詳細資料

fileCount

檔案計數。 計數的預設值為10,而最大數目為10000。

fileCount?: number

屬性值

number

fileSizeInBytes

每個封包擷取的位元元組數目。 以位元組為單位的預設值104857600 (100MB),以及位元組數上限4294967295(4GB)。

fileSizeInBytes?: number

屬性值

number

sessionTimeLimitInSeconds

擷取會話的持續時間上限為檔案的 604800 秒(7 天)。 第二個 86400 秒的預設值(1 天)。

sessionTimeLimitInSeconds?: number

屬性值

number