2.2.4.14 SubscriptionTableRow

This complex type defines the properties that contain information about the currently configured synchronization (or subscription) between the update server and its upstream server.

 <xsd:complexType name="SubscriptionTableRow">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="synchronizeAutomaticallyTimeOfDay" type="xsd:long"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="LastModifiedBy" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="LastModifiedTime" type="xsd:dateTime"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="LastSynchronizationTime" type="xsd:dateTime"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="SynchronizeAutomatically" type="xsd:boolean"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="Anchor" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="DeploymentAnchor" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="NumberOfSynchronizationsPerDay" type="xsd:int"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="IsCategoryOnly" type="xsd:boolean"/>
   </xsd:sequence>
 </xsd:complexType>
            

synchronizeAutomaticallyTimeOfDay: Specifies the time of day (in seconds) when the subscription will automatically synchronize.

LastModifiedBy: Specifies who last modified the update synchronization configuration. The string used to identify the user SHOULD follow the "<domain>\<username>" syntax.

LastModifiedTime: Specifies when the update synchronization configuration was last modified.

LastSynchronizationTime: Gets or sets the LastCompletedSynchronizationTime.

SynchronizeAutomatically: If set to TRUE, the update server MUST perform an update synchronization automatically. If set to FALSE, an administrator MUST manually trigger update synchronization.

Anchor: Specifies an anchor that persists the updates that were synchronized during a previous server-to-server synchronization. The synchronization anchor is defined in [MS-WSUSSS] section 3.1.4.5.

DeploymentAnchor: Identifies when the last GetDeployments operation completed successfully. This operation is specified in [MS-WSUSSS] section 3.1.4.10.

NumberOfSynchronizationsPerDay: Specifies how many automatic synchronizations are to be performed per day, starting at the time of day specified by the synchronizeAutomaticallyTimeOfDay field. The minimum interval between two automatic synchronizations MUST be one hour. This value MUST NOT be greater than 24.

IsCategoryOnly: Gets or sets the IsCategoryOnly flag for server-to-server synchronization.