Class ShardProfile
Assembly: OpenSearch.Client.dll
Syntax
public class ShardProfile
Properties
|
Edit this page
View Source
Aggregations
Declaration
[DataMember(Name = "aggregations")]
public IReadOnlyCollection<AggregationProfile> Aggregations { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "id")]
public string Id { get; }
Property Value
|
Edit this page
View Source
Searches
Declaration
[DataMember(Name = "searches")]
public IReadOnlyCollection<SearchProfile> Searches { get; }
Property Value
Extension Methods