public class Index : IDisposable
public ref class Index : IDisposable
Content | The index criteria settings |
Id | Gets the id of index object. |
Name | Gets or sets the name of the index. |
State | Gets the status of the index. |
StorePath | Gets or sets the path of the index store. Note: If you set the index path after the index has been created it does not move the existing index store. |
Dispose | Releases all resources used by the Index |
Dispose(Boolean) | Releases the unmanaged resources used by the Index and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |