Class BulkIndexByScrollFailure
Inheritance
BulkIndexByScrollFailure
Assembly: OpenSearch.Client.dll
[DataContract]
public class BulkIndexByScrollFailure
Properties
|
Edit this page
View Source
Declaration
[DataMember(Name = "cause")]
public Error Cause { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "id")]
public string Id { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "index")]
public string Index { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "status")]
public int Status { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "type")]
public string Type { get; }
Property Value
Extension Methods