次の方法で共有


SearchSchemaValue interface

スキーマ結果の値オブジェクト。

プロパティ

displayName

スキーマの表示名。

facet

フィールドがファセットであるかどうかを示すブール値。

indexed

フィールドがフリー テキストとして検索可能であることを示すブール値。

name

スキーマの名前です。

ownerType

フィールドを含むワークフローの配列。

stored

フィールドが格納されているかどうかを示すブール値。

type

型。

プロパティの詳細

displayName

スキーマの表示名。

displayName?: string

プロパティ値

string

facet

フィールドがファセットであるかどうかを示すブール値。

facet: boolean

プロパティ値

boolean

indexed

フィールドがフリー テキストとして検索可能であることを示すブール値。

indexed: boolean

プロパティ値

boolean

name

スキーマの名前です。

name?: string

プロパティ値

string

ownerType

フィールドを含むワークフローの配列。

ownerType?: string[]

プロパティ値

string[]

stored

フィールドが格納されているかどうかを示すブール値。

stored: boolean

プロパティ値

boolean

type

型。

type?: string

プロパティ値

string