Skype for Business Server 2015 の電話会議テーブルConferences table in Skype for Business Server 2015
この表の各レコードには、1 つの電話会議に関する通話の詳細が含まれている。Each record in this table contains call details about one conference.
列Column | データ型Data Type | キー/インデックスKey/Index | 詳細Details |
---|---|---|---|
SessionIdTimeSessionIdTime |
日付型datetime |
PrimaryPrimary |
CDR エージェントが電話会議出席依頼をキャプチャした時刻。Time that the conference request was captured by the CDR agent. 会議インスタンスを一意に識別するための主キーとしてのみ使用されます。Used only as a primary key to uniquely identify a conference instance. |
SessionIdSeqSessionIdSeq |
intint |
PrimaryPrimary |
セッションを識別するための ID 番号。ID number to identify the session. SessionIdTime と組み合わせて使用し、会議インスタンスを一意に識別します。Used in conjunction with SessionIdTime to uniquely identify a conference instance. * |
ConferenceUriIdConferenceUriId |
intint |
外部Foreign |
会議 URI。Conference URI. 詳細については 、Skype for Business Server 2015 の ConferenceUris テーブル を参照してください。See the ConferenceUris table in Skype for Business Server 2015 for more information. |
ConfInstanceConfInstance |
uniqueidentifieruniqueidentifier |
定期的な電話会議に役立ちます。定期的な電話会議の各インスタンスは同じ ConferenceUri を持っていますが 、ConfInstance は異なります。Useful for recurring conferences; each instance of a recurring conference has the same ConferenceUri, but will have a different ConfInstance. |
|
ConferenceStartTimeConferenceStartTime |
日付型datetime |
電話会議の開始時刻。Conference start time. |
|
ConferenceEndTimeConferenceEndTime |
日付型datetime |
電話会議の開始時刻。Conference start time. |
|
PoolIdPoolId |
intint |
外部Foreign |
会議がキャプチャされたプールを識別する ID 番号。ID number to identify the pool in which the conference was captured. 詳細については 、Pools の表 を参照してください。See the Pools table for more information. |
OrganizerIdOrganizerId |
IntInt |
外部Foreign |
この会議の開催者 URI を識別する ID 番号。ID number to identify the organizer URI of this conference. 詳細については 、Users の表 を参照してください。See the Users table for more information. |
FlagFlag |
smallintsmallint |
電話会議の属性を含むビット マスク。A bit mask that contains Conference Attributes. 使用可能な値は次のいずれかです。Possible values are: 0X010X01 代理Synthetic トランザクションTransaction |
|
処理Processed |
bitbit |
監視サービスによって使用される内部フィールド。Internal field used by the Monitoring service. このフィールドは、Microsoft Lync Server 2013 で導入されました。This field was introduced in Microsoft Lync Server 2013. |
|
LastModifiedTimeLastModifiedTime |
DatetimeDatetime |
監視サービスの内部用テーブル。For internal use by the Monitoring service. このフィールドは、Skype for Business Server 2015 で導入されました。This field was introduced in Skype for Business Server 2015. |
* ほとんどのセッションでは、SessionIdSeq の値は 1 になります。* For most sessions, SessionIdSeq will have the value of 1. 2 つのセッションがまったく同時に開始する場合、1 つの SessionIdSeq は 1、もう 1 つのセッションは 2 になります。If two sessions start at exactly the same time, the SessionIdSeq for one will be 1, and for the other will be 2, and so on.