namespace http://opcfoundation.org/UA/
nodeClass DataType
name SessionDiagnosticsDataType
isAbstract false
interface DTSessionDiagnostics {
    actualSessionTimeout: number;
    addNodesCount: DTServiceCounter;
    addReferencesCount: DTServiceCounter;
    browseCount: DTServiceCounter;
    browseNextCount: DTServiceCounter;
    callCount: DTServiceCounter;
    clientConnectionTime: Date;
    clientDescription: DTApplicationDescription;
    clientLastContactTime: Date;
    createMonitoredItemsCount: DTServiceCounter;
    createSubscriptionCount: DTServiceCounter;
    currentMonitoredItemsCount: number;
    currentPublishRequestsInQueue: number;
    currentSubscriptionsCount: number;
    deleteMonitoredItemsCount: DTServiceCounter;
    deleteNodesCount: DTServiceCounter;
    deleteReferencesCount: DTServiceCounter;
    deleteSubscriptionsCount: DTServiceCounter;
    endpointUrl: UAString;
    historyReadCount: DTServiceCounter;
    historyUpdateCount: DTServiceCounter;
    localeIds: UAString[];
    maxResponseMessageSize: number;
    modifyMonitoredItemsCount: DTServiceCounter;
    modifySubscriptionCount: DTServiceCounter;
    publishCount: DTServiceCounter;
    queryFirstCount: DTServiceCounter;
    queryNextCount: DTServiceCounter;
    readCount: DTServiceCounter;
    registerNodesCount: DTServiceCounter;
    republishCount: DTServiceCounter;
    serverUri: UAString;
    sessionId: NodeId;
    sessionName: UAString;
    setMonitoringModeCount: DTServiceCounter;
    setPublishingModeCount: DTServiceCounter;
    setTriggeringCount: DTServiceCounter;
    totalRequestCount: DTServiceCounter;
    transferSubscriptionsCount: DTServiceCounter;
    translateBrowsePathsToNodeIdsCount: DTServiceCounter;
    unauthorizedRequestCount: number;
    unregisterNodesCount: DTServiceCounter;
    writeCount: DTServiceCounter;
}

Hierarchy (view full)

Properties

actualSessionTimeout: number
addNodesCount: DTServiceCounter
addReferencesCount: DTServiceCounter
browseCount: DTServiceCounter
browseNextCount: DTServiceCounter
callCount: DTServiceCounter
clientConnectionTime: Date
clientDescription: DTApplicationDescription
clientLastContactTime: Date
createMonitoredItemsCount: DTServiceCounter
createSubscriptionCount: DTServiceCounter
currentMonitoredItemsCount: number
currentPublishRequestsInQueue: number
currentSubscriptionsCount: number
deleteMonitoredItemsCount: DTServiceCounter
deleteNodesCount: DTServiceCounter
deleteReferencesCount: DTServiceCounter
deleteSubscriptionsCount: DTServiceCounter
endpointUrl: UAString
historyReadCount: DTServiceCounter
historyUpdateCount: DTServiceCounter
localeIds: UAString[]
maxResponseMessageSize: number
modifyMonitoredItemsCount: DTServiceCounter
modifySubscriptionCount: DTServiceCounter
publishCount: DTServiceCounter
queryFirstCount: DTServiceCounter
queryNextCount: DTServiceCounter
readCount: DTServiceCounter
registerNodesCount: DTServiceCounter
republishCount: DTServiceCounter
serverUri: UAString
sessionId: NodeId
sessionName: UAString
setMonitoringModeCount: DTServiceCounter
setPublishingModeCount: DTServiceCounter
setTriggeringCount: DTServiceCounter
totalRequestCount: DTServiceCounter
transferSubscriptionsCount: DTServiceCounter
translateBrowsePathsToNodeIdsCount: DTServiceCounter
unauthorizedRequestCount: number
unregisterNodesCount: DTServiceCounter
writeCount: DTServiceCounter