Client Declaration
MergedScopeMergeMode
Specifies the type of scope merge to use when searching multiple object stores.
Name | Value | Description |
---|---|---|
Intersection |
1 | Merged scope is an intersection of scopes. |
Union |
0 | Merged scope is a union of scopes. |
Applies To
<xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Union"/> <xsd:enumeration value="Intersection"/> </xsd:restriction> </xsd:simpleType>