Table of Contents

Class ShardFailure

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll
public class ShardFailure
Inheritance
ShardFailure
Inherited Members

Constructors

ShardFailure()

public ShardFailure()

Properties

Index

public string Index { get; set; }

Property Value

string

Node

public string Node { get; set; }

Property Value

string

Reason

public ErrorCause Reason { get; set; }

Property Value

ErrorCause

Shard

public int? Shard { get; set; }

Property Value

int?

Status

public string Status { get; set; }

Property Value

string