@zeroc/ice
    Preparing search index...

    Class ApplicationInfo

    Information about an IceGrid application.

    The Slice compiler generated this class from Slice struct ::IceGrid::ApplicationInfo.

    Index

    Constructors

    • Parameters

      • Optionaluuid: string
      • OptionalcreateTime: bigint
      • OptionalcreateUser: string
      • OptionalupdateTime: bigint
      • OptionalupdateUser: string
      • Optionalrevision: number
      • Optionaldescriptor: ApplicationDescriptor

      Returns ApplicationInfo

    Properties

    createTime: bigint

    The creation time.

    createUser: string

    The user who created the application.

    The application descriptor.

    revision: number

    The application revision number.

    updateTime: bigint

    The last update time.

    updateUser: string

    The user who updated the application.

    uuid: string

    Unique application identifier.

    Methods

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.