ExtensionDataCollection interface
拡張データ ドキュメントの単一のコレクションを表します
プロパティ
| collection |
コレクションの名前 |
| documents | コレクションに属するドキュメントの一覧 |
| scope |
コレクションのスコープの型 (Default や User など) |
| scope |
コレクションのスコープの値 (Current や Me など) |
プロパティの詳細
collectionName
コレクションの名前
collectionName: string
プロパティ値
string
documents
コレクションに属するドキュメントの一覧
documents: any[]
プロパティ値
any[]
scopeType
コレクションのスコープの型 (Default や User など)
scopeType: string
プロパティ値
string
scopeValue
コレクションのスコープの値 (Current や Me など)
scopeValue: string
プロパティ値
string