JAVA/CORBA クラス
オプションを送信するローカルデータベースを圧縮します。
メモ このメソッドは Release 6.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
オプションは Compact サーバータスクで使用できるものだけです。詳しくは『システム管理ヘルプ』の「圧縮オプション」を参照してください。
このメソッドは e オプションまたは E オプションをサポートしていません。
クロスリファレンスLotusScript NotesDatabase クラスの CompactWithOptions メソッド 式言語の @Command([FileDatabaseCompact]) 関数
例 関連項目