SearchMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metadata for search results.
public class SearchMetadata
type SearchMetadata = class
Public Class SearchMetadata
- Inheritance
-
SearchMetadata
Constructors
SearchMetadata() |
Initializes a new instance of the SearchMetadata class. |
SearchMetadata(String, String, Nullable<Int64>, Nullable<Int64>, String, IList<CoreSummary>, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<SearchSort>, Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, SearchMetadataSchema) |
Initializes a new instance of the SearchMetadata class. |
Properties
AggregatedGroupingFields |
Gets or sets the aggregated grouping fields. |
AggregatedValueField |
Gets or sets the aggregated value field. |
CoreSummaries |
Gets or sets the core summaries. |
ETag |
Gets or sets the ETag of the search results. |
Id |
Gets or sets the id of the search results request. |
LastUpdated |
Gets or sets the time of last update. |
Max |
Gets or sets the max of all aggregates returned in the result set. |
RequestTime |
Gets or sets the request time. |
ResultType |
Gets or sets the search result type. |
Schema |
Gets or sets the schema. |
SearchId |
Gets or sets the request id of the search. |
Sort |
Gets or sets how the results are sorted. |
StartTime |
Gets or sets the start time for the search. |
Status |
Gets or sets the status of the search results. |
Sum |
Gets or sets the sum of all aggregates returned in the result set. |
Top |
Gets or sets the number of top search results. |
Total |
Gets or sets the total number of search results. |
Applies to
Azure SDK for .NET