IndexSchema Members
Represents a single or multicolumn index that can be used to more efficiently find items that are in the metadata store.
The following tables list the members exposed by the IndexSchema type.
Public Constructors
Name | Description | |
---|---|---|
IndexSchema | Overloaded. Initializes a new instance of the IndexSchema class. |
Top
Public Properties
Name | Description | |
---|---|---|
FieldNames | Gets the list of field names that defines this index. | |
IsUnique | Gets a value that indicates whether this index schema uniquely identifies an item. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
IndexSchema Class
Microsoft.Synchronization.MetadataStorage Namespace