ユーザー テーブルUser table
User テーブルは、データベースに記録されるセッションに参加したさまざまなユーザーの一覧を格納するサポート テーブルです。このテーブルの各レコードは、1 人のユーザーを表しています。The User table is a supporting table that stores a list of the various users who have participated in sessions recorded in the database. Each record in the table represents one user.
列Column | データ型Data Type | キー/インデックスKey/Index | 詳細Details |
---|---|---|---|
UserKeyUserKey |
intint |
PrimaryPrimary |
このユーザーを示す一意の番号です。Unique number identifying this user. |
URIURI |
nvarchar(450)nvarchar(450) |
一意Unique |
URI 文字列です。URI string. |
URITypeURIType |
intint |
1 は不明な URI の種類です。1 is unknown URI type. 2 はユーザーの URI です。2 is user URI. 4 は電話会議の URI です。4 is conference URI. 8 は電話の URI です。8 is phone URI. |
|
TenantKeyTenantKey |
intint |
外部Foreign |
ユーザーのテナントであり、テナント テーブルから参照されます。Tenant of the user, referenced from tenant table. |
LastPoorCallTimeLastPoorCallTime |
日付型datetime |
ユーザーが低音質の通話を行った時点を示す最新のタイム スタンプです。Latest time stamp when the user had a poor audio call. |
|
NextUpdateTSNextUpdateTS |
日付型datetime |
内部使用のみ。For internal use only. |