Workitem-eventdelivery-batchsize : propriété Stsadm (Office SharePoint Server)
Mise à jour : 2007-09-13
Description
Specifies the maximum number of work items that will be paged in to a processing timer job. For each request, the events are streamed out in a batch size of 100 at a time.
Syntax
stsadm -o setproperty
-propertyname workitem-eventdelivery-batchsize
-propertyvalue <A valid integer>
[-url] <https://server_name>
The syntax for the getproperty operation is:
stsadm -o getproperty
** propertyname workitem-eventdelivery-batchsize**
[-url] <https://server_name>
Remarque : |
---|
You can substitute -pn for -propertyname and -pv for -propertyvalue. |
Values
The following table shows possible values.
Name | Value |
---|---|
propertyname |
Gets or sets the name of the property. |
propertyvalue |
A valid integer. For example, if there are 200 jobs in the queue, but the value is set to 100, only the first 100 jobs will be executed by the timer service. The default value is 100. |
url |
Typically, a path to the URL of the Web application, in the form http://*server_name*. |
Examples
To set the number of work items to be processed by the timer service to 125, use the following syntax:
stsadm -o setproperty -pn workitem-eventdelivery-batchsize -pv "125"
To view the current setting of the workitem-eventdelivery-batchsize property, use the following syntax:
stsadm -o getproperty -pn workitem-eventdelivery-batchsize