Class BulkIndexResponseItem
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class BulkIndexResponseItem : BulkResponseItemBase
Properties
| Edit this page View SourceMatches
The _ids that matched (if any) for the Percolate API. Will be null if the operation is not in response to Percolate API.
Declaration
[DataMember(Name = "matches")]
public IEnumerable<string> Matches { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Operation
The type of bulk operation
Declaration
public override string Operation { get; }
Property Value
Type | Description |
---|---|
string |