ContentVersion
コンテンツドキュメントのさまざまなバージョンを追跡し、アップロードされたファイルのバージョン管理を可能にします。
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
コンテンツバージョンレコードの一意の識別子。 | |
| ContentDocumentId | String | False |
このバージョンが属する親コンテンツドキュメントのID。 | |
| IsLatest | Bool | True |
このバージョンが最新であるか(true)、最新でないか(false)を示します。 | |
| ContentUrl | String | False |
コンテンツにアクセスするために使用されるURL。 | |
| ContentBodyId | String | False |
このレコードに関連付けられたContentBody のID。 | |
| VersionNumber | String | True |
コンテンツドキュメントのバージョン番号。 | |
| Title | String | False |
コンテンツドキュメントバージョンのタイトル。 | |
| Description | String | False |
コンテンツドキュメントバージョンのテキスト説明。 | |
| ReasonForChange | String | False |
このバージョンで行われた変更の理由の説明。 | |
| SharingOption | String | False |
SharingOption 情報を含む項目。 | |
| SharingPrivacy | String | False |
SharingPrivacy 情報を含む項目。 | |
| PathOnClient | String | False |
コンテンツがアップロードされたときのクライアントマシン上の元のファイルパス。 | |
| RatingCount | Int | True |
このバージョンが受け取った評価の合計数。 | |
| IsDeleted | Bool | True |
バージョンが削除されたか(true)、削除されていないか(false)を示します。 | |
| ContentModifiedDate | Datetime | False |
コンテンツが最後に更新された日時。 | |
| ContentModifiedById | String | True |
User.Id |
コンテンツを最後に更新したユーザーのID。 |
| PositiveRatingCount | Int | True |
このコンテンツバージョンに対する賛成評価の数。 | |
| NegativeRatingCount | Int | True |
このコンテンツバージョンに対する反対評価の数。 | |
| FeaturedContentBoost | Int | True |
コンテンツが注目コンテンツである場合に適用されるブースト値。 | |
| FeaturedContentDate | Date | True |
コンテンツが注目コンテンツとしてマークされた日付。 | |
| CurrencyIsoCode | String | False |
収益金額が表現される通貨のISO コード。 | |
| OwnerId | String | False |
User.Id |
このコンテンツバージョンを所有するユーザーのID。 |
| CreatedById | String | True |
User.Id |
このバージョンを作成したユーザーのID。 |
| CreatedDate | Datetime | True |
このコンテンツバージョンが作成された日時。 | |
| LastModifiedById | String | True |
User.Id |
このバージョンを最後に更新したユーザーのID。 |
| TagCsv | String | False |
このバージョンに関連付けられたタグのカンマ区切りリスト。 | |
| FileType | String | True |
ファイルの種類(PDF、DOCX、PNG など)。 | |
| PublishStatus | String | True |
コンテンツの公開ステータス(下書きは'D'、公開済みは'P'など)。 | |
| VersionData | String | False |
このバージョンのBase64 エンコードされたファイルデータ。 | |
| ContentSize | Int | True |
コンテンツのサイズ(バイト単位)。 | |
| FileExtension | String | True |
FileExtension 情報を含む項目。 | |
| FirstPublishLocationId | String | False |
このコンテンツバージョンが最初に公開されたレコードのID。 | |
| FirstPublishLocationIdType | String | False |
ステートメントで使用する'FirstPublishLocationId' ポリモーフィック項目のタイプを指定します。 | |
| FirstPublishLocationIdExternalFieldName | String | False |
INSERT/UPDATE/UPSERT ステートメントで使用する'FirstPublishLocationId' ポリモーフィック項目の外部項目名を指定します。 | |
| Origin | String | False |
コンテンツの発生元(Chatter は'C'、API は'H' など)を示します。 | |
| ContentLocation | String | False |
ContentLocation 情報を含む項目。 | |
| TextPreview | String | True |
TextPreview 情報を含む項目。 | |
| ExternalDocumentInfo1 | String | False |
ExternalDocumentInfo1 情報を含む項目。 | |
| ExternalDocumentInfo2 | String | False |
ExternalDocumentInfo2 情報を含む項目。 | |
| ExternalDataSourceId | String | False |
このレコードに関連付けられたExternalDataSource のID。 | |
| Checksum | String | True |
アップロードされたファイルのSHA-256 チェックサム。 | |
| IsMajorVersion | Bool | False |
レコードがメジャーバージョン特性を持つかどうかを示します。 | |
| IsAssetEnabled | Bool | False |
レコードがアセット有効化特性を持つかどうかを示します。 | |
| VersionDataUrl | String | True |
VersionDataUrl 情報を含む項目。 | |
| SOQL | String | False |
Salesforce サーバーに対して実行するSOQL クエリを指定します。この疑似カラムがWHERE 句から設定されている場合、元のクエリよりも優先されます。 | |
| ExternalIdColumn | String | False |
挿入を実行する際に使用する外部ID カラムを指定します。この値が指定されている場合、INSERT コマンドが呼び出されたときにupsert が使用されます。 | |
| FilterScope | String | False |
クエリから返されるレコードを制限するオプションのスコープ。このプロパティは、Delegated、Everything、Mine、MineAndMyGroups、My_Territory、My_Team_Territory、またはTeam のいずれかの値を取ることができます。 | |
| SystemModstamp | Datetime | True |
システムレベルの更新のタイムスタンプ。 | |
| LastModifiedDate | Datetime | True |
このバージョンが最後に更新された日時。 |