MSFT_SIPDataMCUCapabilitySetting

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.

Defines the data exchange capabilities, limits, and data storage locations for a data Media Control Unit (MCU).

MSFT_SIPDataMCUCapabilitySetting

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_SIPDataMCUCapabilitySetting
{
  [key] string Backend;
  uint32 ContentExpirationGracePeriod;
  uint32 ContentStorageLimit;
  string ExternalClientContentDownloadURL;
  uint32 HandoutsStorageLimit;
  string InMeetingHelpURL;
  [key] string InstanceID;
  string InternalClientContentDownloadURL;
  string MeetingMetadataLocation;
  string MeetingPresentationContentLocation;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPDataMCUCapabilitySetting class has the following properties.

  • Backend
    Data type: [key] string

    Access type: Read-only

    Required: When accessing data from any role that belongs to a pool. This property must be empty when accessing data from the Edge Server or Proxy Server role.

    This property identifies the instance of SQL Server that manages the back-end database for Office Communications Server.

    The value for this property depends on the topology of Office Communications Server.

    Topology

    Value

    Standard Edition

    (local)\rtc

    Enterprise Edition

    (consolidated or expanded configuration)

    computername\instancename

    or

    computername

    For Enterprise Edition, computername identifies either the FQDN or the NetBIOS name of the host computer for SQL Server and instancename identifies a named instance of SQL Server on the host computer. The value computername by itself specifies the default instance of SQL Server on the host computer.

  • ContentExpirationGracePeriod
    Data type: uint32

    Access type: Read/Write

    Required. Specifies the number of days to wait beyond the client specified expiry time (the "grace period"), after which the Web Conferencing Server cleans up content for a conference.

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

    The default value is 14.

  • ContentStorageLimit
    Data type: uint32

    Access type: Read/Write

    Required. Specifies in megabytes the per-conference maximum storage permitted for the content directory.

    The minimum value for this property is 50 and the maximum value is 1024.

    The default value is 500.

  • ExternalClientContentDownloadURL
    Data type: string

    Access type: Read/Write

    Optional. The HTTPS URL for the location from which external clients can download content during a meeting.

  • HandoutsStorageLimit
    Data type: uint32

    Access type: Read/Write

    Required. Specifies in megabytes the per-conference maximum storage permitted for the handout directory.

    The minimum value for this property is 10 and the maximum value is 500.

    The default value is 150.

  • InMeetingHelpURL
    Data type: string

    Access type: Read/Write

    Optional. The URL of the page that opens when a meeting participant clicks the Help button during a meeting.

    The default value leads to the Live Meeting Home Page at Microsoft Office Online.

  • 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}".

  • InternalClientContentDownloadURL
    Data type: string

    Access type: Read/Write

    Optional. The HTTPS URL for the location from which internal clients can download content during a meeting.

  • MeetingMetadataLocation
    Data type: string

    Access type: Read/Write

    Required. The UNC path specifying the location at which meeting metadata is stored.

    The maximum length of the string is 160 characters.

  • MeetingPresentationContentLocation
    Data type: string

    Access type: Read/Write

    Required. The UNC path specifying the directory in which meeting content is stored.

    The maximum length of the string is 160 characters.

Remarks

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

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

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 roles: Administrative Tools Server, Web Components Server, and Web Conferencing Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference