m (1 revision imported: Some parameters changed for consistent camelCase usage) |
|||
Line 1: | Line 1: | ||
= Table SM_RES_STATE_FACT = | = Table SM_RES_STATE_FACT = | ||
+ | {{PDMColumn | ||
+ | |colName=SM_RES_STATE_FACT_KEY | ||
+ | |colDesc=The primary key of this table. This value is generated by the database. This key determines the state sequence in the scenario when more than one state occur within a period of one second for the same agent on the same media. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=START_DATE_TIME_KEY | ||
+ | |colDesc=Identifies the start of a 15-minute interval in which the resource state began. Use this value as a key to join the fact tables to any configured DATE_TIME dimension, in order to group the facts that are related to the same interval and/or convert the START_TS timestamp to an appropriate time zone. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=END_DATE_TIME_KEY | ||
+ | |colDesc=Identifies the start of a 15-minute interval in which the resource state ended. Use this value as a key to join the fact tables to any configured DATE_TIME dimension, in order to group the facts that are related to the same interval and/or convert the END_TS timestamp to an appropriate time zone. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=TENANT_KEY | ||
+ | |colDesc=The surrogate key that is used to join this table to the TENANT dimension, to identify a specific tenant to which the agent belongs. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=MEDIA_TYPE_KEY | ||
+ | |colDesc=The surrogate key that is used to join records in this table to a specific media type in the MEDIA_TYPE dimension. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=RESOURCE_KEY | ||
+ | |colDesc=The surrogate key that is used to join this table to the RESOURCE_ dimension, to identify a specific agent that is associated with the agent state. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=RESOURCE_GROUP_COMBINATION_KEY | ||
+ | |colDesc=The surrogate key that is used to join records in this table to a specific combination of resource groups in the RESOURCE_GROUP_COMBINATION dimension. This field identifies the groups in which the agent was a member when the resource state began. This field references the default “No Group” (-2) value if the mediation DN does not belong to a group. This field references the “UNKNOWN” (-1) value for the records associated with a discarded group combination. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=PRIMARY_MEDIA_RESOURCE_KEY | ||
+ | |colDesc=The surrogate key that is used to join the RESOURCE_ dimension to the fact tables, to identify the agent's DN that first transitioned into this summary state. For multimedia, this field references the default “No Resource” (-2) dimension value. For deployments in which agents log in to multiple voice DNs concurrently, this field cannot be used for reporting because it can change with each state. It is primarily intended for data-lineage purposes. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=RESOURCE_STATE_KEY | ||
+ | |colDesc=The surrogate key that is used to join this table to the RESOURCE_STATE dimension, to identify the specific resource state of this record. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=CREATE_AUDIT_KEY | ||
+ | |colDesc=The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify newly added data. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=UPDATE_AUDIT_KEY | ||
+ | |colDesc=The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data update. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify recently modified data. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=SM_RES_SESSION_FACT_SDT_KEY | ||
+ | |colDesc=The value of the START_DATE_TIME_KEY field of the record in the SM_RES_SESSION_FACT table. On a partitioned database, SM_RES_SESSION_FACT_SDT_KEY in combination with SM_RES_ | ||
+ | SESSION_FACT_KEY forms a value of the composite primary key for the SM_RES_SESSION_FACT table. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=SM_RES_SESSION_FACT_KEY | ||
+ | |colDesc=The value of the primary key of the SM_RES_SESSION_FACT table. This surrogate key is used to join records in this table to the SM_RES_SESSION_FACT table, to associate the summarized state of the resource with the summarized login session. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=START_TS | ||
+ | |colDesc=The UTC-equivalent value of the date and time at which the resource state began. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=END_TS | ||
+ | |colDesc=The meaning depends on the value of ACTIVE_FLAG. For an inactive row, this field represents the UTC-equivalent value of the date and time by which the resource state ended. This value results from calculation of the summarized resource state and does not necessarily match the END_TS value in the underlying GIDB table(s). For an active row, this value represents a UTC-equivalent value of the date and time far in the future, so that applications do not have to test for null. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=START_MSEC | ||
+ | |colDesc=The value of the START_TS field provided with millisecond precision. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=END_MSEC | ||
+ | |colDesc=The value of the END_TS field provided with millisecond precision. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=TOTAL_DURATION | ||
+ | |colDesc=The total duration, in seconds, of the resource state, irrespective of the interval(s) in which the resource state occurs. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=LEAD_CLIP_DURATION | ||
+ | |colDesc=For resource states that span multiple time intervals, this field facilitates the aggregation of interval aggregates by providing the lead duration, in seconds, of the resource state, which is measured from the start of the resource state to the end of the first interval. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=TRAIL_CLIP_DURATION | ||
+ | |colDesc=For resource states that span multiple time intervals, this field facilitates the aggregation of interval aggregates by providing the trailing duration, in seconds, of the resource state, which is measured from the start of the last interval to the end of the resource state. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=ACTIVE_FLAG | ||
+ | |colDesc=Indicates whether the resource state is currently active: 0 = No, 1 = Yes. For completed states, this value | ||
+ | is 0. | ||
+ | }} | ||
+ | |||
+ | {{PDMColumn | ||
+ | |colName=PURGE_FLAG | ||
+ | |colDesc=This field is reserved. | ||
+ | }} | ||
[[Category:V:GIM:8.5DRAFT]] | [[Category:V:GIM:8.5DRAFT]] |
Revision as of 22:07, May 5, 2016
Table SM_RES_STATE_FACT
Comments or questions about this documentation? Contact us for support!