3.2.5.22.2.1 SetClientJobRetentionState

This element specifies input values for the SetClientJobRetentionState operation.

 <xs:element name="SetClientJobRetentionState">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="clientSid" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="clientJobIndex" type="xs:int" />
       <xs:element minOccurs="0" name="retentionState" xmlns:q6="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts" type="q6:RetentionState" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

clientSid: A string that contains the security identifier of the client.

clientJobIndex: An integer that contains the index of the client job.

retentionState: A RetentionState (section 2.2.5.2.16) string that indicates the retention state of the client job.