QueryTopology Members
Include Protected Members
Include Inherited Members
Represents a set of index partitions, query components, and metadata indexes that work together to satisfy requests for search query operations.
The QueryTopology type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActivationError | Gets the error message for the activation of this query topology. | |
CreationDate | Gets the date and time when this query topology was created. | |
Id | Gets the ID of the current query topology. | |
IndexPartitions | Gets an array of index partitions that are associated with this query topology. | |
QueryComponents | Gets a collection of query components that are associated with this query topology. | |
State | Gets the current state of this query topology. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the current query topology. | |
BeginActivate | Activates the current query topology asynchronously. | |
CancelActivate | Cancels the activation of the query topology. | |
Delete | Deletes the current query topology. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPartitionsMap | Gets the map of the index partitions in this query topology. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top