JAVA/CORBA クラス


compactWithOptions メソッド

ローカルデータベースを、オプションに従って圧縮します。

メモ このメソッドは R6.5 で新しく追加されました。

定義位置

Database

構文

public int compactWithOptions(String options)
   throws NotesException

public int compactWithOptions(int options)
   throws NotesException

public int compactWithOptions(int options, String spacethreshhold)
   throws NotesException

パラメータ

String options


int options String spacethreshhold
戻り値

int 型


使用法

このメソッドは、データベースがローカルでない場合は例外を生成します。

エージェントは、エージェントが稼動している現在のデータベース、または desktop.dsk ファイルを圧縮できません。

これらのオプションは Compact サーバータスクで使用できます。詳しくは、『Lotus Domino Administrator 7 ヘルプ』の「圧縮のオプション」を参照してください。

このメソッドは e オプションまたは E オプションをサポートしていません。

クロスリファレンス

LotusScript NotesDatabase クラスの CompactWithOptions メソッド

式言語の @コマンド ([FileDatabaseCompact]) 関数


関連項目