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[];
}

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[]