Limit Element
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.
Represents a single limit value.
Syntax
<Limit name=NamedUserLimit limit=100 current=96/>
Attributes
Name |
Description |
---|---|
current |
decimal type. Value range 1 to 2147483647. Represents the current value of the limit. |
limit |
decimal type. Value range 1 to 2147483647. Represents the limit value. |
name |
string type. Length range 1-64 characters. Specifies the name of the limit. |
Element Information
Parent Element
Element |
Occurrence |
---|---|
1 |
Remarks
The name attribute can be one of the following four values:
CCMaxMeetingSchedulingLimit
CCAttendanceLimit
CCScheduleLimit
NamedUserLimit
The current attribute represents the value of the limit at the time a QueryLimitsRequest is made. There is no guarantee that the value did not change between the request and response. For example, a meeting might have been scheduled or canceled after the query request.