@zeroc/ice
    Preparing search index...

    Class LoadSample

    Determines which load sampling interval to use.

    The Slice compiler generated this enum class from Slice enumeration ::IceGrid::LoadSample.

    Hierarchy (View Summary)

    Index

    Constructors

    • Constructs a new enumerator.

      Parameters

      • name: string

        The name of the enumerator.

      • value: number

        The numeric value of the enumerator.

      Returns LoadSample

    Properties

    name: string

    The name of the enumerator.

    value: number

    The value of the enumerator.

    LoadSample1: LoadSample

    Sample every minute.

    LoadSample15: LoadSample

    Sample every fifteen minutes.

    LoadSample5: LoadSample

    Sample every five minutes.

    Methods

    • Returns a string representation of the current enumerator.

      Returns string

      A string representation of the current enumerator.

    • Returns the enumerator corresponding to the specified numeric value.

      Parameters

      • value: number

        The enumerator value. The matching enumerator, or undefined if no enumerator corresponds to the given value.

      Returns LoadSample