FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Redact

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Redact(const AJSON: String = ''): TExpression;

C++

TExpression* __fastcall Redact(const System::UnicodeString AJSON = System::UnicodeString());

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoPipeline


説明

redact パイプライン ステージの式ビルダへの参照を返します。パイプライン ステージは、指定された式を基にドキュメントのコンテンツを制限します。

マッチ パイプライン ステージを定義する JSON 文字列を、任意で指定することができます。

関連項目