Interface TimeBasedCollectionScheme.Builder

    • Method Detail

      • periodMs

        TimeBasedCollectionScheme.Builder periodMs​(Long periodMs)

        The time period (in milliseconds) to decide how often to collect data. For example, if the time period is 60000, the Edge Agent software collects data once every minute.

        Parameters:
        periodMs - The time period (in milliseconds) to decide how often to collect data. For example, if the time period is 60000, the Edge Agent software collects data once every minute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.