Miscellaneous
このセクションでは、本プロバイダーの接続設定で設定可能なMiscellaneous プロパティの全リストを提供します。
プロパティ | 説明 |
AllOrNone | A boolean indicating if you would like all inserts, updates, or deletes to fail in a request if even a single record fails. |
ArchiveMode | Boolean indicating whether to include deleted and archived records with a standard SELECT query. |
ContinueOnAlterException | Whether you want to continue after a ALTER statement has failed. |
ExposeConceptualEntities | Boolean determining if the Salesforce record types / conceptual entities should be exposed as tables. |
FilterScope | Optional scope to limit the records returned from queries. |
IncludeMetadataDescription | Set this property to a value other than NONE if you want to retrieve the descriptions for columns, tables or both of them from the Metadata API. |
IncludeReports | Whether to expose Salesforce Reports as views. |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
QueryPassthrough | Whether to accept SOQL queries. |
Readonly | このプロパティを使用して、provider からCertinia へのアクセスを読み取り専用に設定できます。 |
RemoveBOMCharacter | Specifies whether to remove the BOM character (char)0xfeff from the content. |
ReplaceInvalidUTF8Chars | Specifies whether to replace invalid UTF8 characters with a '?' |
ServerSideAggregation | A boolean determining if server side aggregation should be used. |
SessionTimeout | The time in minutes for which a Salesforce login session is reused. |
SkipFormulaFields | Set to true if formula fields should be skipped when listing columns. |
SkipPickListTranslation | 翻訳をスキップするカラムのカンマ区切りリスト。 例:Table1.Col1, Col3, ... ; |
SortColumns | Set to true to sort table columns instead of reporting them in the Certinia order. |
Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
TranslatePickListFields | PickList フィールドをユーザーの言語に翻訳するかどうか。 |
UseDisplayNames | Boolean determining if the display names for the columns should be used instead of the API names. |
UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |