NodeOPCUA API Documentation
    Preparing search index...

    Interface IServerCapabilities2

    interface IServerCapabilities2 {
        conformanceUnits: QualifiedName[];
        localeIdArray: string[];
        maxArrayLength: number;
        maxBrowseContinuationPoints: number;
        maxByteStringLength: number;
        maxHistoryContinuationPoints: number;
        maxMonitoredItems: number;
        maxMonitoredItemsPerSubscription: number;
        maxMonitoredItemsQueueSize: number;
        maxQueryContinuationPoints: number;
        maxSelectClauseParameters: number;
        maxSessions: number;
        maxStringLength: number;
        maxSubscriptions: number;
        maxSubscriptionsPerSession: number;
        maxWhereClauseParameters: number;
        minSupportedSampleRate: number;
        operationLimits: IOperationLimits2;
        serverProfileArray: string[];
        softwareCertificates: SignedSoftwareCertificate[];
    }
    Index

    Properties

    conformanceUnits: QualifiedName[]
    localeIdArray: string[]
    maxArrayLength: number
    maxBrowseContinuationPoints: number
    maxByteStringLength: number
    maxHistoryContinuationPoints: number
    maxMonitoredItems: number
    maxMonitoredItemsPerSubscription: number
    maxMonitoredItemsQueueSize: number
    maxQueryContinuationPoints: number
    maxSelectClauseParameters: number
    maxSessions: number
    maxStringLength: number
    maxSubscriptions: number
    maxSubscriptionsPerSession: number
    maxWhereClauseParameters: number
    minSupportedSampleRate: number
    operationLimits: IOperationLimits2
    serverProfileArray: string[]
    softwareCertificates: SignedSoftwareCertificate[]