ExtensionDataCollection interface

表示扩展数据文档的单个集合

属性

collectionName

集合的名称

documents

属于集合的文档列表

scopeType

集合作用域的类型,例如 Default 或 User

scopeValue

集合作用域的值,例如 Current 或 Me

属性详细信息

collectionName

集合的名称

collectionName: string

属性值

string

documents

属于集合的文档列表

documents: any[]

属性值

any[]

scopeType

集合作用域的类型,例如 Default 或 User

scopeType: string

属性值

string

scopeValue

集合作用域的值,例如 Current 或 Me

scopeValue: string

属性值

string