ContentVersions
コンテンツバージョンに関する情報をクエリします。
Select
このテーブルにはItemId カラムが必須です。 次のクエリはサーバー側で処理されます。SELECT * FROM ContentVersions WHERE ItemId = 'f6d39662ca83b4b4f9dc0d73ab884916'
Columns
| Name | Type | Description |
| ItemId | String | 項目Id。 |
| BlobId | String | blob Id。 |
| ContentType | String | コンテンツの種類。 |
| FileTitle | String | ファイルのタイトル。 |
| FileName | String | ファイル名。 |
| FileSize | String | ファイルのサイズ。 |
| FileVersion | String | ファイルのバージョン。 |
| FileComment | String | ファイルのコメント。 |
| Latest | Boolean | ファイルのバージョンが最新かどうかを示します。 |
| UpdateDate | Datetime | 更新日。 |
| UpdatedBy | String | コンテンツを更新したユーザーのId。 |
| UpdatedByUserName | String | コンテンツを更新したユーザーの名前。 |