Classic環境で利用できます。
ドメインのメタ情報です。
構文
構文は次の通りです。
private String name;
private String type;
private String description;
private Integer indexerCount;
private Integer searcherCount;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
name |
String | Required | ドメイン名
|
type |
String | Required | コンテナの種類
|
description |
String | Required | ドメインの説明
|
indexerCount |
Integer | Required | インデックスコンテナ数
|
searcherCount |
Integer | Required | 検索コンテナ数
|