1 |
create_date |
创建_日期 |
DATE |
10 |
0 |
|
|
|
|
|
Used by property:聽DateCreated |
2 |
creator |
原文:Creator |
varchar |
80 |
0 |
|
|
|
|
|
Used by property:聽Creator |
3 |
dequeue_host |
退出主机队列 |
varchar |
15 |
0 |
|
|
|
|
|
Used by property:聽DequeueHost |
4 |
epoch_id |
时代号 |
INTEGER |
4 |
0 |
|
|
|
|
|
epoch_id, Identifies the UpdateSequenceNumber of the object stored in this row. Each time the object is updated, this value increases by one.,epoch_ id,标识存储在此行中的对象的UpdateSequenceNumber。每次更新对象时,该值都会增加1。 |
5 |
event_operation |
事件_操作 |
INTEGER |
4 |
0 |
|
|
|
|
|
Used by property:聽AsyncUpgradeType |
6 |
home_id |
住宅id |
varchar |
16 |
0 |
|
|
|
|
|
home_id, Identifies the foreign ObjectStore in which this object is stored. If non-null, most of the information pertaining to this object will be located in the ObjectStore identified by this columns value.,home_ id,标识存储此对象的外部ObjectStore。如果非空,则与此对象相关的大多数信息将位于由此列值标识的ObjectStore中。 |
7 |
impersonation_user |
模拟用户 |
varchar |
80 |
0 |
|
|
|
|
|
impersonation_user, The principal name of the user that initiated an asynchronous event. On upgrades this is null, and the initiating_user value on the Event table is used.,模拟用户,发起异步事件的用户的主体名称。在升级时,此值为空,并使用事件表上的用户值。 |
8 |
lease_expiry_date |
租约到期日 |
DATE |
10 |
0 |
|
|
|
|
|
lease_expiry_date, A datetime value indicating that a server is processing async events in the QueueItem table; this mechanism is used to ensure that only one server is processing a particular item at any given time.,lease_ expiry_ date,一个datetime值,指示服务器正在处理QueueItem表中的异步事件;此机制用于确保在任何给定时间只有一台服务器在处理特定项。 |
9 |
modify_date |
修改_日期 |
DATE |
10 |
0 |
|
|
|
|
|
Used by property:聽DateLastModified |
10 |
modify_user |
修改用户 |
varchar |
80 |
0 |
|
|
|
|
|
Used by property:聽LastModifier |
11 |
next_retry_date |
下次重试日期 |
DATE |
10 |
0 |
|
|
|
|
|
Used by property:聽NextRetryDate |
12 |
object_class_id |
对象_类_ id |
varchar |
16 |
0 |
|
|
|
|
|
object_class_id, Indirectly identifies the class of the object stored in this row. This value corresponds to the object_id column of the ClassDefinition table.,object_ class_ id,间接标识存储在此行中的对象的类。这个值对应于ClassDefinition表的object_id列。 |
13 |
object_id |
对象_ id |
varchar |
16 |
0 |
|
|
|
|
|
Used by property:聽Id |
14 |
queued_object_id |
排队的_对象_ id |
varchar |
16 |
0 |
|
|
|
|
|
Used by property:聽QueuedObject |
15 |
queued_object_id_class |
排队的_对象_ id _类 |
varchar |
16 |
0 |
|
|
|
|
|
queued_object_id_class, The Id of the class of the queued object referred to by queued_object_id.,queued_ object_ id_ class,由queued_ object_ id引用的排队对象的类的id。 |
16 |
retry_count |
重试_计数 |
INTEGER |
4 |
0 |
|
|
|
|
|
Used by property:聽RetryCount |
17 |
security_id |
安全id |
varchar |
16 |
0 |
|
|
|
|
|
Indirectly identifies the permissions of the object stored in this row. This value corresponds to the security_id column of the SecurityDesc table.,间接标识存储在此行中的对象的权限。此值对应于SecurityDesc表的security_ id列。 |
18 |
serialized_data |
序列化的数据 |
BLOB |
0 |
0 |
|
|
|
|
|
serialized_data, A binary representation of the event object being queued for asynchronous execution.,序列化的数据,事件对象的二进制表示形式,排队等待异步执行。 |