RUM Classic JavaScript API
    Preparing search index...

    Interface PropertyObject

    interface PropertyObject {
        date?: PropertyMap<Date>;
        javaDouble?: PropertyMap<number>;
        javaLong?: PropertyMap<number>;
        shortString?: PropertyMap<string>;
    }
    Index

    Properties

    A map of date properties.

    javaDouble?: PropertyMap<number>

    A map of Java double properties.

    javaLong?: PropertyMap<number>

    A map of Java long properties.

    shortString?: PropertyMap<string>

    A map of short string properties.