The upstream tracker database schema is defined as: #upstream tracker table('upstream')[ column('tracker_id'), column('local_ticket_id'), column('upstream_ticket_id'), column('uri'), column('type'), column('authentication'), column('transport'), ], Where: {| width="100%" cellpadding="2"
Attributes | Values |
---|
rdfs:label
| - Development/Upstream Tracker Specification
|
rdfs:comment
| - The upstream tracker database schema is defined as: #upstream tracker table('upstream')[ column('tracker_id'), column('local_ticket_id'), column('upstream_ticket_id'), column('uri'), column('type'), column('authentication'), column('transport'), ], Where: {| width="100%" cellpadding="2"
|
dbkwik:swarm/prope...iPageUsesTemplate
| |
abstract
| - The upstream tracker database schema is defined as: #upstream tracker table('upstream')[ column('tracker_id'), column('local_ticket_id'), column('upstream_ticket_id'), column('uri'), column('type'), column('authentication'), column('transport'), ], Where: {| width="100%" cellpadding="2" |- BGCOLOR="#E3E6FF" | 'tracker_id' | This is the tracker ID. It will be unique to the hive. |- BGCOLOR="#E3E6FF" | 'local_ticket_id' | The local ticket id (AKA hash_id) |- BGCOLOR="#E3E6FF" | 'upstream_ticket_id' | The upstream ticket id. This could potentially be different. | 'uri' | This is the URI for the upstream source. |- BGCOLOR="#E3E6FF" | 'type' | This is the type of the upstream source. |- BGCOLOR="#E3E6FF" | 'authentication' | Any authentication necessary for this type and uri. This will be contextual based on the 'type'. |- BGCOLOR="#E3E6FF" | 'transport' | Any transport information necessary for this type and uri. This will be contextual based on the 'type'. |}
|