ResourceSynchronisationBean
From
(Difference between revisions)
m (→Fields) |
m (→Fields) |
||
Line 15: | Line 15: | ||
|resourceName | |resourceName | ||
|String | |String | ||
− | | | + | |60 |
|Yes | |Yes | ||
|The primary key used to identify the record to be marked as synchronized. | |The primary key used to identify the record to be marked as synchronized. | ||
|} | |} |
Latest revision as of 02:38, 18 August 2005
[edit] Description
A bean used to mark a specific resource as having been synchronized, and thus prevent that resource being returned again from the GetUnsynchronisedResources method, unless the resource's details are updated or changed in some way.
[edit] Fields
The data fields of this object. In adition, this object extends the SynchronisationBean, which contains the sync fields common to all "sync" type beans.
Name | Type | Size | Required | Description |
---|---|---|---|---|
resourceName | String | 60 | Yes | The primary key used to identify the record to be marked as synchronized. |