Class OrganizationDevicesPacketCaptureFileCountsPackets
Object containing packet counts
[DataContract]
public class OrganizationDevicesPacketCaptureFileCountsPackets
- Inheritance
-
OrganizationDevicesPacketCaptureFileCountsPackets
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureFileCountsPackets()
public OrganizationDevicesPacketCaptureFileCountsPackets()
Properties
Total
Number of packets in the packet capture. NOTE: For MS Switches, packetCount is not populated with valid data.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }