onvif
    Preparing search index...

    Interface ConfigOptions

    interface ConfigOptions {
        analyticsModule?: unknown;
        maxOccurs?: number;
        minOccurs?: number;
        name: string;
        ruleType?: unknown;
        type?: unknown;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      XML tree containing the element value as defined in the Type attribute.

    Index
    analyticsModule?: unknown

    Optional name of the analytics module this constraint applies to. This option is only necessary in cases where different constraints for elements with the same Name exist.

    maxOccurs?: number

    Maximum number of occurrences. Defaults to one.

    minOccurs?: number

    Minimal number of occurrences. Defaults to one.

    name: string

    The Name of the SimpleItemDescription/ElementItemDescription the ConfigOptions applies to.

    ruleType?: unknown

    The RuleType the ConfigOptions applies to if the Name attribute is ambiguous.

    type?: unknown

    Type of the Rule Options represented by a unique QName. The Type defines the element contained in this structure. This attribute is deprecated since its value must be identical to the embedded element.