Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

TimeSpan

Time interval for requested events.

Defined in

This message is defined in the event_provider_service.proto file.

Syntax

message TimeSpan

{

google.protobuf.Timestamp from = 1;

google.protobuf.Timestamp to = 2;

}

Fields

The TimeSpan message has the following fields.

TimeSpan message fields

Type

Name

Tag

Description

google.protobuf.Timestamp

from

1

Time stamp of the start of the interval.

The specified value is included in the interval.

google.protobuf.Timestamp

to

2

Time stamp of the end of the interval.

The specified value is included in the interval.