Class CatResponse<TCatRecord>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatResponse<TCatRecord> : ResponseBase, IResponse, IOpenSearchResponse where TCatRecord : ICatRecord
Type Parameters
Name | Description |
---|---|
TCatRecord |
Properties
| Edit this page View SourceRecords
Declaration
[IgnoreDataMember]
public IReadOnlyCollection<TCatRecord> Records { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<TCatRecord> |