NodeOPCUA API Documentation
    Preparing search index...

    Interface PubSubKeyPushTargetDataTypeOptions

    interface PubSubKeyPushTargetDataTypeOptions {
        applicationUri?: UAString;
        endpointUrl?: UAString;
        pushTargetFolder?: UAString[] | null;
        pushTargetProperties?: KeyValuePairOptions[] | null;
        requestedKeyCount?: number;
        retryInterval?: number;
        securityGroups?: UAString[] | null;
        securityPolicyUri?: UAString;
        userTokenType?: UserTokenPolicyOptions;
    }
    Index

    Properties

    applicationUri?: UAString
    endpointUrl?: UAString
    pushTargetFolder?: UAString[] | null
    pushTargetProperties?: KeyValuePairOptions[] | null
    requestedKeyCount?: number
    retryInterval?: number
    securityGroups?: UAString[] | null
    securityPolicyUri?: UAString
    userTokenType?: UserTokenPolicyOptions