OBJECT

CaptureFileInfo

Contains info on a specific capture file

link GraphQL Schema definition

  • type CaptureFileInfo {
  • # File name
  • name: String!
  • # Capture source name
  • source: String!
  • # Capture file size
  • size: Int!
  • # Capture file start time
  • startTime: Time!
  • # Capture file end time
  • endTime: Time
  • }