searchAssets から返されるメタデータフィールド。
構文
名前 | 種類 | 説明 |
---|---|---|
name | xsd:string |
メタデータ名。 |
value | xsd:string |
メタデータ値。 |
boolVal | xsd:boolean |
ブール型メタデータ値(ブール型フィールドのみ)。 |
longVal | xsd:long |
長いメタデータ値(整数型フィールドのみ)。 |
doubleVal | xsd:double |
二重メタデータ値(浮動小数点型フィールドのみ)。 |
dateVal | xsd:dateTime |
日付メタデータ値(日付型フィールドのみ)。 |