BatchItem
目的
バッチを構成するすべてのオブジェクトを格納します。
列のリスト
| キー | 名前 | 型 | 必須 | 記述 |
|
PK |
BatchId | int | はい | バッチの識別子。Batch表のエントリ識別子に対応します。 |
| Id | int | はい | 識別子。 | |
| IsCommited | bit | はい | 変更が適用されたことを示します。 | |
| EditSessionId | int | はい | 変更が行われたセッションの識別子。EditSession表のエントリ識別子に対応します。 | |
| ChildrenOrder | varbinary(max) | いいえ | 子要素の並べ替え順。 | |
| DataVerificationSymbols | int | はい | グループ検証を必要とする総文字数とフィールド検証を必要とするフィールド数。 | |
| DocumentTemplateId | int | はい | 文書定義の識別子。Template表のエントリ識別子に対応します。 | |
| DocumentTemplateModificationNumber | int | はい | 文書定義ファイルの変更数。TemplateVersion表のFileModificationフィールドのエントリ識別子に対応します。 | |
| DocumentTemplateVersionNumber | int | はい | 文書定義のバージョン番号。 | |
| DoubleVerificationSymbols | int | はい | 二重検証が必要な文字数。 | |
| EditedSymbols | int | はい | 編集された文字数 | |
| FilePath | nvarchar | はい | 添付画像ファイルへのパス | |
| FileVersion | int | いいえ | バッチオブジェクトの実データを含むファイルのバージョン番号。 | |
| ForcedVerificationSymbols | int | はい | 検証が必要な文字数。 | |
| Hierarchy | hierarchyid | いいえ | オブジェクト階層におけるオブジェクトの位置 | |
| IsDeleted | bit | いいえ | オブジェクトが削除されたことを示します | |
| ItemData | varbinary(max) | いいえ | フィールドのサービス格納場所。 | |
| ItemIndex | int | いいえ | このフィールドは使用されなくなりました。 | |
| Modified | timestamp | いいえ | 並列処理中の同期の変更カウンタ。 | |
| NewEditSessionId | int | いいえ | サービスフィールド | |
| NextProcessingStage | int | いいえ | 次の処理段階の識別子。 | |
| ParentId | int | いいえ | BatchItem表の親オブジェクトの識別子。 | |
| Priority | int | はい | 文書の優先度。可能な値のリストで、Priorityを閲覧します。 | |
| PreviousStageId | int | いいえ | オブジェクトが入った処理段階の識別子。 | |
| ProcessingStageId | int | いいえ | オブジェクトの現在の処理段階のID。ProcessingStage表のエントリ識別子に対応します。 | |
| ProhibitedUserId | int | いいえ | 文書の処理が許可されていないユーザーまたはユーザーグループの識別子。 | |
| RecognizedSymbols | int | はい | 認識された文字数。 | |
| Status | int | いいえ | バッチの処理ステータス。システムフラグのセット。 | |
| TotalSymbols | int | はい | 総文字数。 | |
| Type | int | はい |
オブジェクトの型。可能な値:
|
|
| UncertainSymbols | int | はい | 信頼性の低い文字数 | |
| UserId | int | いいえ | 文書が割り当てられているユーザーまたはグループの識別子。 | |
| VerificationSymbols | int | はい | 検証が必要な文字数。 |
12.04.2024 18:16:06
注: