MSFT_SIPQoESetting (New)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies Quality of Experience (QoE) service settings on Monitoring Server, including the maximum number of days of information to be logged in the Monitoring Server databases.

The property values for the MSFT_SIPQoESetting class map to the settings found on the General tab of the monitoring server Properties dialog box. You can access these values in the Office Communications Server 2007 R2 Administration Tool by expanding the Monitoring Servers, node, right-clicking the name of the appropriate server, and then clicking Properties. In the roperties dialog box, click the General tab.

MSFT_SIPQoESetting

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_SIPQoESetting
{
  uint32 CallRecordRetentionDays;
  uint32 ConcurrentThreads;
  string DBInstance;
  boolean EnablePerfPublishing;
  [key] string InstanceID;
  uint32 MaxQueueSize;
  uint32 PurgeChunkSize;
  uint32 PurgeJobStartTime;
  string ReportingServicesURL;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPQoESetting class has the following properties.

  • CallRecordRetentionDays
    Data type: uint32

    Access type: Read/Write

    Required. The number of days that QoE Monitoring Server retains call records.

    The default value for this property is 60 days.

    The minimum value for this property is 0 and the maximum value is 2147483647.

    The CallRecordRetentionDays property maps to the Call detail record (CDR) -- Maximum Days Logged box in the Properties dialog box.

  • ConcurrentThreads
    Data type: uint32

    Access type: Read/Write

    Required. The number of threads that can simultaneously service the message queue for the QoE service.

    The default value is 3.

    The minimum value for this property is 1 and the maximum value is 64.

    The ConcurrentThreads property does not map to the Properties dialog box.

  • DBInstance
    Data type: string

    Access type: Read/Write

    Optional. The host computer name (either the FQDN or NetBIOS name) and SQL Server instance name of the QoE database in the format:

    computername\instancename

    The value of this property is not case-sensitive. The maximum length of the string is 273 characters.

    The DBInstance property maps to the SQL Server Name box in the Properties dialog box.

  • EnablePerfPublishing
    Data type: boolean

    Access type: Read/Write

    Required. Specifies whether to enable publish media quality performance counters.

    Set this property to True to publish the media quality performance counters. The Systems Center Operation Management (SCOM) pack requires these performance counters to monitor media quality.

    The default value is True.

    The enablePerfPublishing property does not map to the Properties dialog box.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Required.

    A GUID value that uniquely identifies an instance of this class. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    The InstanceID property does not map to the Properties dialog box.

  • MaxQueueSize
    Data type: uint32

    Access type: Read/Write

    Required. The maximum size in bytes allowed for the destination queue on Monitoring Server before data is purged.

    The value 0 indicates no limit.

    The minimum value for this property is 0 and the maximum value is 2147483647.

    The MaxQueueSize property does not map to the Properties dialog box.

  • PurgeChunkSize
    Data type: uint32

    Access type: Read/Write

    Required. The number of bytes of data removed from the destination queue on Monitoring Server each time data is purged.

    The minimum value for this property is 1 and the maximum value is 2147483647.

    The PurgeChunkSize property does not map to the Properties dialog box.

  • PurgeJobStartTime
    Data type: uint32

    Access type: Read/Write

    Required. The start time for purging outdated records from the QoE database. This value is full hours after midnight (24-hour clock).

    Set this time to occur during the idle time for the server.

    The default value for this property is 1.

    The minimum value for this property is 0 and the maximum value is 23.

    The PurgeJobStartTime property does not map to the Properties dialog box.

  • ReportingServicesURL
    Data type: string

    Access type: Read/Write

    Optional. The URL for the Reporting Services server that publishes Monitoring Server reports.

    The ReportingServicesURL property does not map to the Properties dialog box.

Remarks

This class gets and sets information at the following level: WMI.

Only one instance of this class can be present in the forest.

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role: Monitoring Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference